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
description="Additional tags for the elasticache subnets"
130
125
default={}
131
126
}
132
-
133
-
variable"enable_dhcp_options" {
134
-
description="Should be true if you want to specify a DHCP options set with a custom domain name, DNS servers, NTP servers, netbios servers, and/or netbios server type"
135
-
default=false
136
-
}
137
-
138
-
variable"dhcp_options_domain_name" {
139
-
description="Specifies DNS name for DHCP options set"
140
-
default=""
141
-
}
142
-
143
-
variable"dhcp_options_domain_name_servers" {
144
-
description="Specify a list of DNS server addresses for DHCP options set, default to AWS provided"
145
-
type="list"
146
-
default=["AmazonProvidedDNS"]
147
-
}
148
-
149
-
variable"dhcp_options_ntp_servers" {
150
-
description="Specify a list of NTP servers for DHCP options set"
151
-
type="list"
152
-
default=[]
153
-
}
154
-
155
-
variable"dhcp_options_netbios_name_servers" {
156
-
description="Specify a list of netbios servers for DHCP options set"
157
-
type="list"
158
-
default=[]
159
-
}
160
-
161
-
variable"dhcp_options_netbios_node_type" {
162
-
description="Specify netbios node_type for DHCP options set"
0 commit comments