/terraform-kubernetes-aks-platform

Terraform for Azure Kubernetes Service configuration

Primary LanguageHCLOtherNOASSERTION

Applying updates

terraform plan -out plan

Review the plan and make sure it's what you're changing.

Then, apply the plan:

terraform apply plan