Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 342 Bytes

File metadata and controls

20 lines (16 loc) · 342 Bytes

Terraform

Terraform Backend

Setup the Azure Backend one time

cd ./terraform/backend
terraform init
terraform apply

Terraform Cluster

Provision the cluster by using the azure backend

Set the credentials in terraform.tfvars

cd ./terraform/backend
terraform init
terraform apply