terraform.tfvars.example 301 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10
#### Copy this file and remove the '.example' extension in order to
#### use it in a terraform execution

environment = "env_foo"
deployment = "my_deployment"
service = "my_ci_service"

# AWS variables
aws_access_key = "FOOBARAIAIAIA"
aws_secret_key = "FOOBAT01010101"
11
aws_account_id = "123456789012"