We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d341a9 commit da3ff05Copy full SHA for da3ff05
Jenkins-terraform/backend.tf
@@ -1,7 +1,7 @@
1
terraform {
2
backend "s3" {
3
- bucket = "ratmdatastore" # Replace with your actual S3 bucket name
+ bucket = "ajay-mrcloudbook777" # Replace with your actual S3 bucket name
4
key = "Jenkins/terraform.tfstate"
5
- region = "ap-southeast-2"
+ region = "ap-south-1"
6
}
7
0 commit comments