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 4a4357d commit 693dd41Copy full SHA for 693dd41
certs/variables.tf
@@ -45,8 +45,10 @@ variable "ami_region_lookup" {
45
type = "map"
46
47
default = {
48
- us-east-1 = "ami-44e8913e"
49
- us-east-2 = "ami-d1c9e1b4"
+ us-east-1 = "ami-6934c804"
+ ap-northeast-1 = "ami-b036d9d1"
50
+ us-west-2 = "ami-530fa433"
51
+ custom = ""
52
}
53
54
generate-certs/variables.tf
@@ -23,9 +23,10 @@ variable "ami_region_lookup" {
23
24
25
26
- us-east-1 = "ami-6d65687b"
27
- us-east-2 = "ami-1dcbe878"
28
- custom = ""
29
30
31
32
0 commit comments