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.
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
If you have any questions or encounter any problems, you can create an issue on the GitHub repository.