Skip to content

Instantly share code, notes, and snippets.

@li0nel
Last active April 10, 2018 08:09
Show Gist options
  • Save li0nel/fc4a8290524ffb9f7f7cfade16c7903a to your computer and use it in GitHub Desktop.
Save li0nel/fc4a8290524ffb9f7f7cfade16c7903a to your computer and use it in GitHub Desktop.
terraform.tfvars
# 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