11 lines
276 B
Plaintext
11 lines
276 B
Plaintext
|
# 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"
|