Skip to content

Commit

Permalink
remove unnecessary
Browse files Browse the repository at this point in the history
  • Loading branch information
tinhtq committed Jun 9, 2024
1 parent 58e3ba3 commit d679fb4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 44 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -92,3 +92,4 @@ sw.*
*tfstate*

.terraform
.terraform.*
41 changes: 0 additions & 41 deletions infrastructure/.terraform.lock.hcl

This file was deleted.

6 changes: 3 additions & 3 deletions infrastructure/backend.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
terraform {
backend "s3" {
bucket = "terraform-backend-572551282206"
key = "infrastructure/terraform.tfstate"
region = "ap-south-2"
bucket = ""
key = ""
region = ""
}
}

0 comments on commit d679fb4

Please sign in to comment.