Skip to content

Commit da3ff05

Browse files
authored
Update backend.tf
1 parent 3d341a9 commit da3ff05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Jenkins-terraform/backend.tf

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
terraform {
22
backend "s3" {
3-
bucket = "ratmdatastore" # Replace with your actual S3 bucket name
3+
bucket = "ajay-mrcloudbook777" # Replace with your actual S3 bucket name
44
key = "Jenkins/terraform.tfstate"
5-
region = "ap-southeast-2"
5+
region = "ap-south-1"
66
}
77
}

0 commit comments

Comments
 (0)