Skip to content

Commit

Permalink
Update backend.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
Aakibgithuber authored Jan 30, 2024
1 parent ac564e8 commit 8fce870
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkins-terraform/backend.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
terraform {
backend "s3" {
bucket = "ratmdatastore" # Replace with your actual S3 bucket name
bucket = "mario12bucket" # Replace with your actual S3 bucket name
key = "Jenkins/terraform.tfstate"
region = "ap-southeast-2"
region = "us-east-1"
}
}

0 comments on commit 8fce870

Please sign in to comment.