Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 829 Bytes

README.md

File metadata and controls

31 lines (17 loc) · 829 Bytes

Platform Wordpress (Azure Terraform)

forked from https://github.com/artifakt-io/platform-azure-terraform-wordpress

This is a project to deploy a wordpress on Azure using Terraform.

This project deploy two layers. First one, the MySQL instance (managed service) and second one, the Wordpress hosting plan.

How to test it locally?

Fill your credentials and variables values in the .env file then run this command:

. ./.env

Then run Terraform using this command:

Init and retrieve the provider:

terraform init

Apply and deploy the application:

terraform apply -var-file="env.tfvars"

The Artifakt engine will execute similar instructions.

Get any available output using:

terraform output

Any trouble?

If you have any questions or encounter any problems, you can create an issue on the GitHub repository.