Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
quixoticmonk authored May 23, 2024
1 parent 70fd1b0 commit e96cb5d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions versions.tf
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
terraform {
backend "s3" {
bucket = "manuchandrasekhar-tfstate"
key = "test_state"
region = "us-east-1"
dynamodb_table = "tfstate"
}
#backend "s3" {
# bucket = "manuchandrasekhar-tfstate"
#key = "test_state"
#region = "us-east-1"
#dynamodb_table = "tfstate"
#}
required_providers {
aws = {
source = "hashicorp/aws"
Expand Down

0 comments on commit e96cb5d

Please sign in to comment.