Skip to content

Commit ba8a853

Browse files
committed
its about to get intense
1 parent f76dbac commit ba8a853

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

terraform/.github/workflow/terraform.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ env:
1818
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
1919
# S3 bucket for the Terraform state
2020
BUCKET_TF_STATE: ${{ secrets.BUCKET_TF_STATE}}
21-
AWS_REGION: us-east-2
21+
AWS_REGION: eu-central-1
2222
EKS_CLUSTER: vprofile-eks
2323

2424
jobs:

terraform/terraform.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ terraform {
2929
backend "s3" {
3030
bucket = "gitopsterrastate"
3131
key = "terraform.tfstate"
32-
region = "us-east-2"
32+
region = "eu-central-1"
3333
}
3434

3535
required_version = "~> 1.6.3"

0 commit comments

Comments
 (0)