Skip to content

Over 655+ downloads on tf registry, This module will provision public aks cluster along with container registry. Follow terraform registry page for auto install.

Notifications You must be signed in to change notification settings

AmitGujar/terraform-azure-aksacr

Repository files navigation

Note - (for me 😂)

Switch to dev branch if you want to deploy changes on dev workspace of terraform.

Create secret.tfvars file which contains following details.

Required Values:

  • client_id - { client id of service principle }
  • client_secret - { client secret of service principle }
  • acr_name - { name for azure container registry }
  • ssh_public_key - { ssh public key }

Optional Values:

  • resource_name - { resource group name }
  • location - { location for the resource group }

Create & Connect to the cluster

make

Execute file to clean up resources

./killaks

NOTE - Follow above steps if you are cloning this repo. To use this module directly, follow the instructions on terrafrom registry.

About

Over 655+ downloads on tf registry, This module will provision public aks cluster along with container registry. Follow terraform registry page for auto install.

Topics

Resources

Stars

Watchers

Forks