Last active
April 10, 2018 08:09
-
-
Save li0nel/fc4a8290524ffb9f7f7cfade16c7903a to your computer and use it in GitHub Desktop.
terraform.tfvars
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Your AWS CLI profile | |
aws_profile = "default" | |
# The default region for your Terraform infrastructure | |
aws_region = "eu-west-2" | |
# Your project's name | |
stack_name = "laravelaws" | |
# Optional Elastic IPs you want to use | |
public_ips = { | |
production = "" | |
default = "" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment