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
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -346,7 +346,7 @@ No modules.
346
346
| <aname="input_default_security_group_ingress"></a> [default\_security\_group\_ingress](#input\_default\_security\_group\_ingress)| List of maps of ingress rules to set on the default security group |`list(map(string))`|`[]`| no |
347
347
| <aname="input_default_security_group_name"></a> [default\_security\_group\_name](#input\_default\_security\_group\_name)| Name to be used on the default security group |`string`|`null`| no |
348
348
| <aname="input_default_security_group_tags"></a> [default\_security\_group\_tags](#input\_default\_security\_group\_tags)| Additional tags for the default security group |`map(string)`|`{}`| no |
349
-
| <aname="input_default_vpc_enable_classiclink"></a> [default\_vpc\_enable\_classiclink](#input\_default\_vpc\_enable\_classiclink)| Should be true to enable ClassicLink in the Default VPC |`bool`|`false`| no |
349
+
| <aname="input_default_vpc_enable_classiclink"></a> [default\_vpc\_enable\_classiclink](#input\_default\_vpc\_enable\_classiclink)|[DEPRECATED](https://github.com/hashicorp/terraform/issues/31730)Should be true to enable ClassicLink in the Default VPC |`bool`|`false`| no |
350
350
| <aname="input_default_vpc_enable_dns_hostnames"></a> [default\_vpc\_enable\_dns\_hostnames](#input\_default\_vpc\_enable\_dns\_hostnames)| Should be true to enable DNS hostnames in the Default VPC |`bool`|`false`| no |
351
351
| <aname="input_default_vpc_enable_dns_support"></a> [default\_vpc\_enable\_dns\_support](#input\_default\_vpc\_enable\_dns\_support)| Should be true to enable DNS support in the Default VPC |`bool`|`true`| no |
352
352
| <aname="input_default_vpc_name"></a> [default\_vpc\_name](#input\_default\_vpc\_name)| Name to be used on the Default VPC |`string`|`null`| no |
@@ -369,8 +369,8 @@ No modules.
369
369
| <aname="input_elasticache_subnet_suffix"></a> [elasticache\_subnet\_suffix](#input\_elasticache\_subnet\_suffix)| Suffix to append to elasticache subnets name |`string`|`"elasticache"`| no |
370
370
| <aname="input_elasticache_subnet_tags"></a> [elasticache\_subnet\_tags](#input\_elasticache\_subnet\_tags)| Additional tags for the elasticache subnets |`map(string)`|`{}`| no |
371
371
| <aname="input_elasticache_subnets"></a> [elasticache\_subnets](#input\_elasticache\_subnets)| A list of elasticache subnets |`list(string)`|`[]`| no |
372
-
| <aname="input_enable_classiclink"></a> [enable\_classiclink](#input\_enable\_classiclink)| Should be true to enable ClassicLink for the VPC. Only valid in regions and accounts that support EC2 Classic. |`bool`|`null`| no |
373
-
| <aname="input_enable_classiclink_dns_support"></a> [enable\_classiclink\_dns\_support](#input\_enable\_classiclink\_dns\_support)| Should be true to enable ClassicLink DNS Support for the VPC. Only valid in regions and accounts that support EC2 Classic. |`bool`|`null`| no |
372
+
| <aname="input_enable_classiclink"></a> [enable\_classiclink](#input\_enable\_classiclink)|[DEPRECATED](https://github.com/hashicorp/terraform/issues/31730)Should be true to enable ClassicLink for the VPC. Only valid in regions and accounts that support EC2 Classic. |`bool`|`null`| no |
373
+
| <aname="input_enable_classiclink_dns_support"></a> [enable\_classiclink\_dns\_support](#input\_enable\_classiclink\_dns\_support)|[DEPRECATED](https://github.com/hashicorp/terraform/issues/31730)Should be true to enable ClassicLink DNS Support for the VPC. Only valid in regions and accounts that support EC2 Classic. |`bool`|`null`| no |
374
374
| <aname="input_enable_dhcp_options"></a> [enable\_dhcp\_options](#input\_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 |`bool`|`false`| no |
375
375
| <aname="input_enable_dns_hostnames"></a> [enable\_dns\_hostnames](#input\_enable\_dns\_hostnames)| Should be true to enable DNS hostnames in the VPC |`bool`|`false`| no |
376
376
| <aname="input_enable_dns_support"></a> [enable\_dns\_support](#input\_enable\_dns\_support)| Should be true to enable DNS support in the VPC |`bool`|`true`| no |
description="Should be true to enable ClassicLink for the VPC. Only valid in regions and accounts that support EC2 Classic."
285
+
description="[DEPRECATED](https://github.com/hashicorp/terraform/issues/31730) Should be true to enable ClassicLink for the VPC. Only valid in regions and accounts that support EC2 Classic."
285
286
type=bool
286
287
default=null
287
288
}
288
289
290
+
# tflint-ignore: terraform_unused_declarations
289
291
variable"enable_classiclink_dns_support" {
290
-
description="Should be true to enable ClassicLink DNS Support for the VPC. Only valid in regions and accounts that support EC2 Classic."
292
+
description="[DEPRECATED](https://github.com/hashicorp/terraform/issues/31730) Should be true to enable ClassicLink DNS Support for the VPC. Only valid in regions and accounts that support EC2 Classic."
0 commit comments