Skip to content

Commit 3d37d78

Browse files
author
Garret Pick
committed
DEVOPS-1443: update AMI's with new openvpn package to address security fixes
1 parent c8028bb commit 3d37d78

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-2f818639"
42+
us-east-1 = "ami-d86a67ce"
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-97818681"
26+
us-east-1 = "ami-6d65687b"
2727
ap-northeast-1 = "ami-b036d9d1"
2828
us-west-2 = "ami-530fa433"
2929
custom = ""

0 commit comments

Comments
 (0)