Skip to content

Commit 693dd41

Browse files
committed
revert changes to the ami maps, override with the custom ami
1 parent 4a4357d commit 693dd41

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

certs/variables.tf

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,10 @@ variable "ami_region_lookup" {
4545
type = "map"
4646

4747
default = {
48-
us-east-1 = "ami-44e8913e"
49-
us-east-2 = "ami-d1c9e1b4"
48+
us-east-1 = "ami-6934c804"
49+
ap-northeast-1 = "ami-b036d9d1"
50+
us-west-2 = "ami-530fa433"
51+
custom = ""
5052
}
5153
}
5254

generate-certs/variables.tf

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,10 @@ variable "ami_region_lookup" {
2323
type = "map"
2424

2525
default = {
26-
us-east-1 = "ami-6d65687b"
27-
us-east-2 = "ami-1dcbe878"
28-
custom = ""
26+
us-east-1 = "ami-6934c804"
27+
ap-northeast-1 = "ami-b036d9d1"
28+
us-west-2 = "ami-530fa433"
29+
custom = ""
2930
}
3031
}
3132

0 commit comments

Comments
 (0)