github.com/nevins-b/terraform@v0.3.8-0.20170215184714-bbae22007d5a/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"