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.
2 parents 81949a5 + 12b8efc commit 2163642Copy full SHA for 2163642
certs/variables.tf
@@ -41,6 +41,7 @@ variable "ami_region_lookup" {
41
default = {
42
us-east-1 = "ami-d66995bb"
43
ap-northeast-1 = "ami-4803ec29"
44
+ us-west-2 = "ami-4308a323"
45
}
46
47
generate-certs/variables.tf
@@ -25,6 +25,7 @@ variable "ami_region_lookup" {
25
26
us-east-1 = "ami-6934c804"
27
ap-northeast-1 = "ami-b036d9d1"
28
+ us-west-2 = "ami-530fa433"
29
custom = ""
30
31
0 commit comments