fix: hopefully we don't leak anymore
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
terraform {
|
||||
# The backend is stored in an S3 bucket.
|
||||
backend "s3" {}
|
||||
backend "s3" {
|
||||
bucket = "tsuga-sieboldii"
|
||||
key = "proxy"
|
||||
region = "us-east-1"
|
||||
}
|
||||
}
|
||||
|
||||
# Access AWS through the IaC roles.
|
||||
|
||||
Reference in New Issue
Block a user