Skip to content

Commit

Permalink
adding s3 backedn
Browse files Browse the repository at this point in the history
  • Loading branch information
arnol377 committed Jun 11, 2024
1 parent 7f64136 commit 1086688
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
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/terraform-repos"
region = "us-gov-east-1"
dynamodb_table = "tf_remote_state"
}
}
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ locals {
naray007 = "write",
morga471 = "write",
lolli001 = "write",
gomez385 = "write"
# gomez385 = "write"
}
}

Expand Down

0 comments on commit 1086688

Please sign in to comment.