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