Skip to content

Instantly share code, notes, and snippets.

@vfarcic
Last active January 18, 2022 00:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save vfarcic/34009f4c65683dd3a82081fa8d76cd85 to your computer and use it in GitHub Desktop.
Save vfarcic/34009f4c65683dd3a82081fa8d76cd85 to your computer and use it in GitHub Desktop.
# Source: https://gist.github.com/34009f4c65683dd3a82081fa8d76cd85
##########
# Create #
##########
# Only if you did not yet clone that repository
git clone \
https://github.com/vfarcic/devops-catalog-code.git
cd devops-catalog-code
git pull
cd terraform-aci
az login
terraform init
terraform apply
export REGISTRY_NAME=$(\
terraform output --raw registry_name)
export RESOURCE_GROUP=$(\
terraform output --raw resource_group)
export REGION=$(terraform output --raw region)
###########
# Destroy #
###########
terraform destroy
cd ../../
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment