mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-07 22:53:08 -06:00
11 lines
276 B
HCL
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"
|