Skip to content

Commit

Permalink
Update backend.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
Aj7Ay authored Sep 7, 2024
1 parent 3d341a9 commit da3ff05
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 = "ajay-mrcloudbook777" # Replace with your actual S3 bucket name
key = "Jenkins/terraform.tfstate"
region = "ap-southeast-2"
region = "ap-south-1"
}
}

0 comments on commit da3ff05

Please sign in to comment.