Skip to content

Commit 4e2b451

Browse files
author
Garret Pick
committed
DEVOPS-1555: update AMI map for Whistle-built openvpn images
1 parent 3d37d78 commit 4e2b451

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

certs/variables.tf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,7 @@ variable "ami_region_lookup" {
4040

4141
default = {
4242
us-east-1 = "ami-d86a67ce"
43-
ap-northeast-1 = "ami-4803ec29"
44-
us-west-2 = "ami-4308a323"
43+
us-east-2 = "ami-d7c9eab2"
4544
}
4645
}
4746

generate-certs/variables.tf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ variable "ami_region_lookup" {
2424

2525
default = {
2626
us-east-1 = "ami-6d65687b"
27-
ap-northeast-1 = "ami-b036d9d1"
28-
us-west-2 = "ami-530fa433"
27+
us-east-2 = "ami-1dcbe878"
2928
custom = ""
3029
}
3130
}

0 commit comments

Comments
 (0)