Skip to content

4c74356b41/aks-terraform-helm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to

  1. Build docker image:
docker build -t xxx .
  1. run it interactively and mount the local folder:
docker run -it -v /path_to_code:/tf xxx
  1. (This and the followings steps would be inside the container) Perform setup:
cd /tf
az login
terraform init
  1. Run terraform to create resources:
terraform apply -auto-approve
  1. Run terraform to clean up:
terraform destroy -auto-approve

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published