Skip to content

Commit e9479f4

Browse files
authored
Merge pull request #10 from aspakdevops/patch-1
fix: backend.tf
2 parents 3b99eb0 + 7c031e0 commit e9479f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Eks-terraform/backend.tf

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

0 commit comments

Comments
 (0)