Skip to content

Commit 8604208

Browse files
Matthias Fuhrmeisteraknysh
Matthias Fuhrmeister
andauthored
extend description
Co-authored-by: Andriy Knysh <[email protected]>
1 parent 4ff447b commit 8604208

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

modules/vpc/variables.tf

+6-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,12 @@ variable "nat_instance_type" {
124124

125125
variable "nat_instance_ami_id" {
126126
type = list(string)
127-
description = "AMI Ids of the nat router"
127+
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
128133
default = []
129134
}
130135

0 commit comments

Comments
 (0)