style: formatting terraform

This commit is contained in:
2025-02-18 20:47:25 -05:00
parent 93dbac9692
commit 73fa413df8

View File

@@ -2,7 +2,7 @@ terraform {
# The backend is stored in an S3 bucket.
backend "s3" {
bucket = "tsuga-sieboldii"
key = "proxy"
key = "proxy"
region = "us-east-1"
}
}