Skip to content

Commit

Permalink
Merge pull request #13 from jenkins-infra/smerle33-vpc-patch
Browse files Browse the repository at this point in the history
hotfix(region): fix the region to us-east-1a
  • Loading branch information
smerle33 authored Oct 8, 2024
2 parents 36eb236 + 97799ee commit 4f13b02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion locals.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
locals {
cluster_name = "aws-sponso"
aws_account_id = "326712726440"
region = "us-east-1"
region = "us-east-1a"
common_tags = {
"scope" = "terraform-managed"
"repository" = "jenkins-infra/terraform-aws-sponsorship"
Expand Down

0 comments on commit 4f13b02

Please sign in to comment.