Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 912 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 912 Bytes

JJ Azure automation with Terraform

Terraform intro

Samples https://github.com/terraform-providers/terraform-provider-azurerm/tree/master/examples

Terraform and Azure Cloud Adoption Framework

Reuse existing resources from Azure Cloud Adoption Framework. Check this repo.

Terraform and Azure Kubernetes Service AKS

Setup your AKS deployment with Terraform. Check this repo.

Running Terraform in Azure Cloud Shell console

Drag and drop files into Azure Cloud shell console.

Terraform is automatically installed and authenticated to your Azure subscription.

terraform init
terraform plan
terraform apply -auto-approve