Skip to content

Commit

Permalink
Update backend.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
Aakibgithuber authored Jan 30, 2024
1 parent 29f58fc commit f8843e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Eks-terraform/backend.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
terraform {
backend "s3" {
bucket = "mario12bucket" # Replace with your actual S3 bucket name
bucket = "mario123bucket" # Replace with your actual S3 bucket name
key = "Jenkins/terraform.tfstate"
region = "ap-south-1"
}
Expand Down

0 comments on commit f8843e3

Please sign in to comment.