example-backend

This commit is contained in:
Greg Hendrickson
2023-11-17 15:21:46 -08:00
parent 82b9757d1b
commit cd1b4531a2
2 changed files with 1 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
terraform {
backend "s3" {
bucket = "my-tf-bucket-ghndrx"
key = "terraform.tfstate"
region = "us-west-2"
}
}
# Rest of your Terraform configuration goes here...