mirror of
https://github.com/ghndrx/terraform.git
synced 2026-02-10 14:55:06 +00:00
example-backend
This commit is contained in:
9
aws/example-backend/main.tf
Normal file
9
aws/example-backend/main.tf
Normal 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...
|
||||
Reference in New Issue
Block a user