We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 064f396 commit c4ffacbCopy full SHA for c4ffacb
.github/actions/nix-install-ephemeral/action.yml
@@ -13,7 +13,7 @@ runs:
13
if: ${{ inputs.push-to-cache == 'true' }}
14
with:
15
role-to-assume: ${{ env.DEV_AWS_ROLE }}
16
- aws-region: "us-east-1"
+ aws-region: "ap-southeast-1"
17
output-credentials: true
18
role-duration-seconds: 7200
19
- name: Setup AWS credentials for Nix
stage2-nix-psql.pkr.hcl
@@ -5,7 +5,7 @@ variable "profile" {
5
6
variable "ami_regions" {
7
type = list(string)
8
- default = ["ap-southeast-2"]
+ default = ["ap-southeast-1"]
9
}
10
11
variable "environment" {
0 commit comments