Skip to content

Commit

Permalink
adding s3 backend
Browse files Browse the repository at this point in the history
  • Loading branch information
arnol377 committed May 28, 2024
1 parent 428d179 commit ddeda30
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions backend.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
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"
}
}

0 comments on commit ddeda30

Please sign in to comment.