github.com/ggriffiths/terraform@v0.9.0-beta1.0.20170222213024-79c4935604cb/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"