Skip to content

Commit

Permalink
nil hil
Browse files Browse the repository at this point in the history
  • Loading branch information
LamSut committed Nov 4, 2024
1 parent 23097a8 commit effe088
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion backend.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
backend "s3" {
bucket = "b2111933-bucket"
key = "state"
region = var.default_region
region = "us-east-1"
dynamodb_table = "b2111933-table"
}
}
2 changes: 1 addition & 1 deletion provider.tf
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
provider "aws" {
region = var.default_region
region = "us-east-1"
}
4 changes: 0 additions & 4 deletions variables.tf

This file was deleted.

0 comments on commit effe088

Please sign in to comment.