Skip to content

Commit

Permalink
Add backend.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
arnol377 committed Dec 17, 2024
1 parent 4dfe89e commit ff3c5d2
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions backend.tf
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
terraform {
backend "s3" {
bucket = "inf-tfstate-229685449397"
key = "csvd-dev-gov/common/apps/aws-image-pipeline-demo"
region = "us-gov-east-1"
dynamodb_table = "tf_remote_state"
}
}
terraform {
backend "s3" {}
}

0 comments on commit ff3c5d2

Please sign in to comment.