Skip to content

Commit c8028bb

Browse files
authored
Merge pull request #6 from WhistleLabs/DEVOPS-1443
DEVOPS-1443: update AMI's to Whistle-built images
2 parents 77e0bf9 + 1d3b887 commit c8028bb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

certs/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ variable "ami_region_lookup" {
3939
type = "map"
4040

4141
default = {
42-
us-east-1 = "ami-d66995bb"
42+
us-east-1 = "ami-2f818639"
4343
ap-northeast-1 = "ami-4803ec29"
4444
us-west-2 = "ami-4308a323"
4545
}

generate-certs/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ variable "ami_region_lookup" {
2323
type = "map"
2424

2525
default = {
26-
us-east-1 = "ami-6934c804"
26+
us-east-1 = "ami-97818681"
2727
ap-northeast-1 = "ami-b036d9d1"
2828
us-west-2 = "ami-530fa433"
2929
custom = ""

0 commit comments

Comments
 (0)