Install wordpress with high available azure infrastructure.
-
Clone the project:
# git clone git@github.com:vimuchiaroni/azure-wordpress-ha.git -
Go to the terraform directory:
# cd terraform -
Install az cli by following Microsoft steps: https://learn.microsoft.com/pt-br/cli/azure/install-azure-cli
-
Login to azure:
# az login -
Run terraform:
# terraform init # terraform plan -out plan.json # terraform apply plan.json