Skip to content

Instantly share code, notes, and snippets.

@scarolan
Last active September 18, 2018 14:02
Show Gist options
  • Save scarolan/4d8014d127f8316d2c09c93a2a2778b6 to your computer and use it in GitHub Desktop.
Save scarolan/4d8014d127f8316d2c09c93a2a2778b6 to your computer and use it in GitHub Desktop.
ecommerce_servers = "1"
demoami = "ami-05349ec17a04c40fb"
subdomain = "sean"
key_name = "epsilontraining"
resource_group = "terraform-beginners-sean"
hostname = "catapp99"
location = "centralus"
# Use this command to see available regions
# az account list-locations --output table
# Use this command to make sure the Standard_A0 VM is available
# If the command returns zero results, choose a different region.
# az vm list-skus -l centralus --output table | grep Standard_A0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment