@@ -39,10 +39,10 @@ output "vpc_enable_dns_hostnames" {
39
39
value = " ${ element (concat (aws_vpc. this . * . enable_dns_hostnames , list (" " )), 0 )} "
40
40
}
41
41
42
- output "vpc_enable_classiclink" {
43
- description = " Whether or not the VPC has Classiclink enabled"
44
- value = " ${ element (concat (aws_vpc. this . * . enable_classiclink , list (" " )), 0 )} "
45
- }
42
+ // output "vpc_enable_classiclink" {
43
+ // description = "Whether or not the VPC has Classiclink enabled"
44
+ // value = "${element(concat(aws_vpc.this.*.enable_classiclink, list("")), 0)}"
45
+ // }
46
46
47
47
output "vpc_main_route_table_id" {
48
48
description = " The ID of the main route table associated with this VPC"
@@ -230,10 +230,10 @@ output "default_vpc_enable_dns_hostnames" {
230
230
value = " ${ element (concat (aws_default_vpc. this . * . enable_dns_hostnames , list (" " )), 0 )} "
231
231
}
232
232
233
- output "default_vpc_enable_classiclink" {
234
- description = " Whether or not the VPC has Classiclink enabled"
235
- value = " ${ element (concat (aws_default_vpc. this . * . enable_classiclink , list (" " )), 0 )} "
236
- }
233
+ // output "default_vpc_enable_classiclink" {
234
+ // description = "Whether or not the VPC has Classiclink enabled"
235
+ // value = "${element(concat(aws_default_vpc.this.*.enable_classiclink, list("")), 0)}"
236
+ // }
237
237
238
238
output "default_vpc_main_route_table_id" {
239
239
description = " The ID of the main route table associated with this VPC"
0 commit comments