patkoch / terraform_aks-acr

Terraform configuration file for provisioning an Azure Kubernetes Service and an Azure Container Registry

Home Page:https://www.patrickkoch.dev/posts/post_16/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Manual for the patricks-aks-acr.tf Terraform Configuration File

Terraform configuration file for provisioning an Azure Kubernetes Service and an Azure Container Registry

patricks-aks-acr.tf: Provision an AKS and an ACR

patricks-aks-acr-backend.tf: Provision an AKS and an ACR including connection to the backend for storing StateFile in Blob Container

Sources for the Terraform File

I'd like to refer to following to links, which I've used for for that example:

registry.terraform.io - kubernetes cluster

registry.terraform.io - container registry

docs.microsoft.com - container registry skus

Terraform Commands

Initialization

Use the Init command for establishing a connection to the backend, use:

terraform init

Validation

Use the Validation command for verifying the file

terraform validation

Apply

Use the Apply command for conducting the provisioning

terraform apply

About

Terraform configuration file for provisioning an Azure Kubernetes Service and an Azure Container Registry

https://www.patrickkoch.dev/posts/post_16/


Languages

Language:HCL 100.0%