github.com/adrian-bl/terraform@v0.7.0-rc2.0.20160705220747-de0a34fc3517/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"