You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -234,12 +234,12 @@ Terraform version 0.10.3 or newer is required for this module to work.
234
234
| default\_vpc\_enable\_dns\_support | Should be true to enable DNS support in the Default VPC | string |`"true"`| no |
235
235
| default\_vpc\_name | Name to be used on the Default VPC | string |`""`| no |
236
236
| default\_vpc\_tags | Additional tags for the Default VPC | map |`{}`| no |
237
-
| dhcp\_options\_domain\_name | Specifies DNS name for DHCP options set | string |`""`| no |
238
-
| dhcp\_options\_domain\_name\_servers | Specify a list of DNS server addresses for DHCP options set, default to AWS provided | list |`[ "AmazonProvidedDNS" ]`| no |
239
-
| dhcp\_options\_netbios\_name\_servers | Specify a list of netbios servers for DHCP options set | list |`[]`| no |
240
-
| dhcp\_options\_netbios\_node\_type | Specify netbios node_type for DHCP options set | string |`""`| no |
241
-
| dhcp\_options\_ntp\_servers | Specify a list of NTP servers for DHCP options set | list |`[]`| no |
242
-
| dhcp\_options\_tags | Additional tags for the DHCP option set | map |`{}`| no |
237
+
| dhcp\_options\_domain\_name | Specifies DNS name for DHCP options set (requires enable_dhcp_options set to true) | string |`""`| no |
238
+
| dhcp\_options\_domain\_name\_servers | Specify a list of DNS server addresses for DHCP options set, default to AWS provided (requires enable_dhcp_options set to true) | list |`[ "AmazonProvidedDNS" ]`| no |
239
+
| dhcp\_options\_netbios\_name\_servers | Specify a list of netbios servers for DHCP options set (requires enable_dhcp_options set to true) | list |`[]`| no |
240
+
| dhcp\_options\_netbios\_node\_type | Specify netbios node_type for DHCP options set (requires enable_dhcp_options set to true) | string |`""`| no |
241
+
| dhcp\_options\_ntp\_servers | Specify a list of NTP servers for DHCP options set (requires enable_dhcp_options set to true) | list |`[]`| no |
242
+
| dhcp\_options\_tags | Additional tags for the DHCP option set (requires enable_dhcp_options set to true) | map |`{}`| no |
243
243
| ec2\_endpoint\_private\_dns\_enabled | Whether or not to associate a private hosted zone with the specified VPC for EC2 endpoint | string |`"false"`| no |
244
244
| ec2\_endpoint\_security\_group\_ids | The ID of one or more security groups to associate with the network interface for EC2 endpoint | list |`[]`| no |
245
245
| ec2\_endpoint\_subnet\_ids | The ID of one or more subnets in which to create a network interface for EC2 endpoint. Only a single subnet within an AZ is supported. If omitted, private subnets will be used. | list |`[]`| no |
0 commit comments