Skip to content

Commit c4ffacb

Browse files
committed
fix: 2 more regions to consolidate
1 parent 064f396 commit c4ffacb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/nix-install-ephemeral/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ runs:
1313
if: ${{ inputs.push-to-cache == 'true' }}
1414
with:
1515
role-to-assume: ${{ env.DEV_AWS_ROLE }}
16-
aws-region: "us-east-1"
16+
aws-region: "ap-southeast-1"
1717
output-credentials: true
1818
role-duration-seconds: 7200
1919
- name: Setup AWS credentials for Nix

stage2-nix-psql.pkr.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ variable "profile" {
55

66
variable "ami_regions" {
77
type = list(string)
8-
default = ["ap-southeast-2"]
8+
default = ["ap-southeast-1"]
99
}
1010

1111
variable "environment" {

0 commit comments

Comments
 (0)