Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 547 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 547 Bytes

wordpress-azure-terraform

Use Terraform to provision an Azure virtual machine scale set running Wordpress.

Prerequisites

How to use

With Terraform and Azure CLI properly configured, you can run:

terraform init

Prepare your working directory.

terraform plan

Generate an execution plan.

terraform apply

Apply changes to Azure cloud.