We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ff447b commit 8604208Copy full SHA for 8604208
modules/vpc/variables.tf
@@ -124,7 +124,12 @@ variable "nat_instance_type" {
124
125
variable "nat_instance_ami_id" {
126
type = list(string)
127
- description = "AMI Ids of the nat router"
+ description = <<-EOT
128
+ A list optionally containing the ID of the AMI to use for the NAT instance.
129
+ If the list is empty (the default), the latest official AWS NAT instance AMI
130
+ will be used. NOTE: The Official NAT instance AMI is being phased out and
131
+ does not support NAT64. Use of a NAT gateway is recommended instead.
132
+ EOT
133
default = []
134
}
135
0 commit comments