Skip to content

Commit

Permalink
Merge pull request #14 from manics/terraform-backend-s3
Browse files Browse the repository at this point in the history
Add `terraform {backend s3}` back
  • Loading branch information
manics authored Apr 16, 2024
2 parents 0cab995 + 3fe9519 commit cfaeead
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ecs-cluster/terraform.tf
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# The Terraform state should be stored in S3, but you must configure the S3 bucket/prefix separately.
# See example.s3.tfbackend
terraform {
backend "s3" {
}
}

provider "aws" {
region = var.region

Expand Down

0 comments on commit cfaeead

Please sign in to comment.