7 lines
274 B
Text
7 lines
274 B
Text
# Replace keys and bucket name here and rename this file to config.s3.tfbackend
|
|
secret_key = "xxx"
|
|
access_key = "yyy"
|
|
bucket = "tfstate-bucket-SUFFIX"
|
|
|
|
# The key can be left as it is, but can also be customized as desired (before the terraform init)
|
|
key = "scrumlr.tfstate"
|