github.com/nathanielks/terraform@v0.6.1-0.20170509030759-13e1a62319dc/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"