Skip to content

nibirsharif/terraform-azure-aks-cluster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Terraform module for an Azure Kubernetes Cluster

Backend configuration

Backend Configuration:
resource_group_name = ""
storage_account_name = ""
container_name = ""
key = ""

Initialize backend

terraform init -backend-config=backend.conf

Terraforming

terraform init - Prepare your working directory for other commands
terraform fmt - Reformat your configuration in the standard style
terraform validate - Check whether the configuration is valid
terraform plan - Show changes required by the current configuration
terraform apply - Create or update infrastructure
terraform destroy - Destroy previously-created infrastructure

About

Terraform module for an Azure Kubernetes Cluster

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages