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
@@ -186,12 +182,6 @@ Terraform version 0.10.3 or newer is required for this module to work.
186
182
| Name | Description | Type | Default | Required |
187
183
|------|-------------|:----:|:-----:|:-----:|
188
184
| amazon\_side\_asn | The Autonomous System Number (ASN) for the Amazon side of the gateway. By default the virtual private gateway is created with the current default Amazon ASN. | string |`"64512"`| no |
189
-
<<<<<<< HEAD
190
-
=======
191
-
| apigw\_endpoint\_private\_dns\_enabled | Whether or not to associate a private hosted zone with the specified VPC for API GW endpoint | string |`"false"`| no |
192
-
| apigw\_endpoint\_security\_group\_ids | The ID of one or more security groups to associate with the network interface for API GW endpoint | list |`[]`| no |
193
-
| apigw\_endpoint\_subnet\_ids | The ID of one or more subnets in which to create a network interface for API GW endpoint. Only a single subnet within an AZ is supported. If omitted, private subnets will be used. | list |`[]`| no |
194
-
>>>>>>> 417c3018b4419c98e0d1c21048a7077199245c93
195
185
| assign\_generated\_ipv6\_cidr\_block | Requests an Amazon-provided IPv6 CIDR block with a /56 prefix length for the VPC. You cannot specify the range of IP addresses, or the size of the CIDR block | string |`"false"`| no |
196
186
| azs | A list of availability zones in the region | list |`[]`| no |
197
187
| cidr | The CIDR block for the VPC. Default value is a valid CIDR, but not acceptable by AWS and should be overridden | string |`"0.0.0.0/0"`| no |
@@ -236,10 +226,6 @@ Terraform version 0.10.3 or newer is required for this module to work.
236
226
| elasticache\_subnet\_suffix | Suffix to append to elasticache subnets name | string |`"elasticache"`| no |
237
227
| elasticache\_subnet\_tags | Additional tags for the elasticache subnets | map |`{}`| no |
238
228
| elasticache\_subnets | A list of elasticache subnets | list |`[]`| no |
239
-
<<<<<<< HEAD
240
-
=======
241
-
| enable\_apigw\_endpoint | Should be true if you want to provision an api gateway endpoint to the VPC | string |`"false"`| no |
242
-
>>>>>>> 417c3018b4419c98e0d1c21048a7077199245c93
243
229
| enable\_dhcp\_options | 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 | string |`"false"`| no |
244
230
| enable\_dns\_hostnames | Should be true to enable DNS hostnames in the VPC | string |`"false"`| no |
245
231
| enable\_dns\_support | Should be true to enable DNS support in the VPC | string |`"true"`| no |
@@ -257,10 +243,7 @@ Terraform version 0.10.3 or newer is required for this module to work.
257
243
| igw\_tags | Additional tags for the internet gateway | map |`{}`| no |
258
244
| instance\_tenancy | A tenancy option for instances launched into the VPC | string |`"default"`| no |
259
245
| intra\_route\_table\_tags | Additional tags for the intra route tables | map |`{}`| no |
260
-
<<<<<<< HEAD
261
-
=======
262
246
| intra\_subnet\_suffix | Suffix to append to intra subnets name | string |`"intra"`| no |
263
-
>>>>>>> 417c3018b4419c98e0d1c21048a7077199245c93
264
247
| intra\_subnet\_tags | Additional tags for the intra subnets | map |`{}`| no |
265
248
| intra\_subnets | A list of intra subnets | list |`[]`| no |
266
249
| manage\_default\_vpc | Should be true to adopt and manage Default VPC | string |`"false"`| no |
description = "Should be true if you want to provision an api gateway endpoint to the VPC"
215
-
default = false
216
-
}
217
-
218
-
variable "apigw_endpoint_security_group_ids" {
219
-
description = "The ID of one or more security groups to associate with the network interface for API GW endpoint"
220
-
default = []
221
-
}
222
-
223
-
variable "apigw_endpoint_private_dns_enabled" {
224
-
description = "Whether or not to associate a private hosted zone with the specified VPC for API GW endpoint"
225
-
default = false
226
-
}
227
-
228
-
variable "apigw_endpoint_subnet_ids" {
229
-
description = "The ID of one or more subnets in which to create a network interface for API GW endpoint. Only a single subnet within an AZ is supported. If omitted, private subnets will be used."
0 commit comments