github.com/andresvia/terraform@v0.6.15-0.20160412045437-d51c75946785/examples/aws-s3-cross-account-access/terraform.template.tfvars (about) 1 # prod account 2 prod_access_key = "AAAAAAAAAAAAAAAAAAA" 3 prod_secret_key = "SuperSecretKeyForAccountA" 4 5 # test account 6 test_account_id = "123456789012" 7 test_access_key = "BBBBBBBBBBBBBBBBBBB" 8 test_secret_key = "SuperSecretKeyForAccountB" 9 10 bucket_name = "tf-test-bucket-in-prod"