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 d62ce09 commit 4fbe7c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkins-terraform/backend.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ terraform {
backend "s3" {
bucket = "mario12bucket" # Replace with your actual S3 bucket name
key = "Jenkins/terraform.tfstate"
region = "us-east-1"
region = "ap-south-1"
}
}

0 comments on commit 4fbe7c6

Please sign in to comment.