terraform/examples/aws-s3-cross-account-access/terraform.template.tfvars

11 lines
276 B
HCL

# prod account
prod_access_key = "AAAAAAAAAAAAAAAAAAA"
prod_secret_key = "SuperSecretKeyForAccountA"
# test account
test_account_id = "123456789012"
test_access_key = "BBBBBBBBBBBBBBBBBBB"
test_secret_key = "SuperSecretKeyForAccountB"
bucket_name = "tf-test-bucket-in-prod"