Skip to content

Commit 39a46af

Browse files
authored
Merge branch 'master' into master
2 parents 13ae61f + 0b6070f commit 39a46af

File tree

3 files changed

+35
-28
lines changed

3 files changed

+35
-28
lines changed

CHANGELOG.md

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ All notable changes to this project will be documented in this file.
77

88

99

10+
<a name="v2.66.0"></a>
11+
## [v2.66.0] - 2021-01-14
12+
13+
- docs: Clarifies default_vpc attributes ([#552](https://github.com/terraform-aws-modules/terraform-aws-vpc/issues/552))
14+
15+
1016
<a name="v2.65.0"></a>
1117
## [v2.65.0] - 2021-01-14
1218

@@ -988,13 +994,13 @@ All notable changes to this project will be documented in this file.
988994
- Reverted bad merge, fixed [#33](https://github.com/terraform-aws-modules/terraform-aws-vpc/issues/33)
989995

990996

991-
<a name="v1.5.1"></a>
992-
## [v1.5.1] - 2017-11-23
997+
<a name="v1.5.0"></a>
998+
## [v1.5.0] - 2017-11-23
993999

9941000

9951001

996-
<a name="v1.5.0"></a>
997-
## [v1.5.0] - 2017-11-23
1002+
<a name="v1.5.1"></a>
1003+
## [v1.5.1] - 2017-11-23
9981004

9991005
- Reverted bad merge, fixed [#33](https://github.com/terraform-aws-modules/terraform-aws-vpc/issues/33)
10001006
- Set enable_dns_support=true by default
@@ -1067,7 +1073,8 @@ All notable changes to this project will be documented in this file.
10671073
- Initial commit
10681074

10691075

1070-
[Unreleased]: https://github.com/terraform-aws-modules/terraform-aws-vpc/compare/v2.65.0...HEAD
1076+
[Unreleased]: https://github.com/terraform-aws-modules/terraform-aws-vpc/compare/v2.66.0...HEAD
1077+
[v2.66.0]: https://github.com/terraform-aws-modules/terraform-aws-vpc/compare/v2.65.0...v2.66.0
10711078
[v2.65.0]: https://github.com/terraform-aws-modules/terraform-aws-vpc/compare/v2.64.0...v2.65.0
10721079
[v2.64.0]: https://github.com/terraform-aws-modules/terraform-aws-vpc/compare/v2.63.0...v2.64.0
10731080
[v2.63.0]: https://github.com/terraform-aws-modules/terraform-aws-vpc/compare/v2.62.0...v2.63.0
@@ -1205,9 +1212,9 @@ All notable changes to this project will be documented in this file.
12051212
[v1.8.0]: https://github.com/terraform-aws-modules/terraform-aws-vpc/compare/v1.7.0...v1.8.0
12061213
[v1.7.0]: https://github.com/terraform-aws-modules/terraform-aws-vpc/compare/v1.6.0...v1.7.0
12071214
[v1.6.0]: https://github.com/terraform-aws-modules/terraform-aws-vpc/compare/v1.4.1...v1.6.0
1208-
[v1.4.1]: https://github.com/terraform-aws-modules/terraform-aws-vpc/compare/v1.5.1...v1.4.1
1209-
[v1.5.1]: https://github.com/terraform-aws-modules/terraform-aws-vpc/compare/v1.5.0...v1.5.1
1210-
[v1.5.0]: https://github.com/terraform-aws-modules/terraform-aws-vpc/compare/v1.4.0...v1.5.0
1215+
[v1.4.1]: https://github.com/terraform-aws-modules/terraform-aws-vpc/compare/v1.5.0...v1.4.1
1216+
[v1.5.0]: https://github.com/terraform-aws-modules/terraform-aws-vpc/compare/v1.5.1...v1.5.0
1217+
[v1.5.1]: https://github.com/terraform-aws-modules/terraform-aws-vpc/compare/v1.4.0...v1.5.1
12111218
[v1.4.0]: https://github.com/terraform-aws-modules/terraform-aws-vpc/compare/v1.3.0...v1.4.0
12121219
[v1.3.0]: https://github.com/terraform-aws-modules/terraform-aws-vpc/compare/v1.2.0...v1.3.0
12131220
[v1.2.0]: https://github.com/terraform-aws-modules/terraform-aws-vpc/compare/v1.1.0...v1.2.0

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -673,16 +673,16 @@ It is possible to integrate this VPC module with [terraform-aws-transit-gateway
673673
| default\_network\_acl\_id | The ID of the default network ACL |
674674
| default\_route\_table\_id | The ID of the default route table |
675675
| default\_security\_group\_id | The ID of the security group created by default on VPC creation |
676-
| default\_vpc\_arn | The ARN of the VPC |
677-
| default\_vpc\_cidr\_block | The CIDR block of the VPC |
678-
| default\_vpc\_default\_network\_acl\_id | The ID of the default network ACL |
679-
| default\_vpc\_default\_route\_table\_id | The ID of the default route table |
680-
| default\_vpc\_default\_security\_group\_id | The ID of the security group created by default on VPC creation |
681-
| default\_vpc\_enable\_dns\_hostnames | Whether or not the VPC has DNS hostname support |
682-
| default\_vpc\_enable\_dns\_support | Whether or not the VPC has DNS support |
683-
| default\_vpc\_id | The ID of the VPC |
684-
| default\_vpc\_instance\_tenancy | Tenancy of instances spin up within VPC |
685-
| default\_vpc\_main\_route\_table\_id | The ID of the main route table associated with this VPC |
676+
| default\_vpc\_arn | The ARN of the Default VPC |
677+
| default\_vpc\_cidr\_block | The CIDR block of the Default VPC |
678+
| default\_vpc\_default\_network\_acl\_id | The ID of the default network ACL of the Default VPC |
679+
| default\_vpc\_default\_route\_table\_id | The ID of the default route table of the Default VPC |
680+
| default\_vpc\_default\_security\_group\_id | The ID of the security group created by default on Default VPC creation |
681+
| default\_vpc\_enable\_dns\_hostnames | Whether or not the Default VPC has DNS hostname support |
682+
| default\_vpc\_enable\_dns\_support | Whether or not the Default VPC has DNS support |
683+
| default\_vpc\_id | The ID of the Default VPC |
684+
| default\_vpc\_instance\_tenancy | Tenancy of instances spin up within Default VPC |
685+
| default\_vpc\_main\_route\_table\_id | The ID of the main route table associated with the Default VPC |
686686
| egress\_only\_internet\_gateway\_id | The ID of the egress only Internet Gateway |
687687
| elasticache\_network\_acl\_arn | ARN of the elasticache network ACL |
688688
| elasticache\_network\_acl\_id | ID of the elasticache network ACL |

outputs.tf

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -373,52 +373,52 @@ output "vgw_arn" {
373373
}
374374

375375
output "default_vpc_id" {
376-
description = "The ID of the VPC"
376+
description = "The ID of the Default VPC"
377377
value = concat(aws_default_vpc.this.*.id, [""])[0]
378378
}
379379

380380
output "default_vpc_arn" {
381-
description = "The ARN of the VPC"
381+
description = "The ARN of the Default VPC"
382382
value = concat(aws_default_vpc.this.*.arn, [""])[0]
383383
}
384384

385385
output "default_vpc_cidr_block" {
386-
description = "The CIDR block of the VPC"
386+
description = "The CIDR block of the Default VPC"
387387
value = concat(aws_default_vpc.this.*.cidr_block, [""])[0]
388388
}
389389

390390
output "default_vpc_default_security_group_id" {
391-
description = "The ID of the security group created by default on VPC creation"
391+
description = "The ID of the security group created by default on Default VPC creation"
392392
value = concat(aws_default_vpc.this.*.default_security_group_id, [""])[0]
393393
}
394394

395395
output "default_vpc_default_network_acl_id" {
396-
description = "The ID of the default network ACL"
396+
description = "The ID of the default network ACL of the Default VPC"
397397
value = concat(aws_default_vpc.this.*.default_network_acl_id, [""])[0]
398398
}
399399

400400
output "default_vpc_default_route_table_id" {
401-
description = "The ID of the default route table"
401+
description = "The ID of the default route table of the Default VPC"
402402
value = concat(aws_default_vpc.this.*.default_route_table_id, [""])[0]
403403
}
404404

405405
output "default_vpc_instance_tenancy" {
406-
description = "Tenancy of instances spin up within VPC"
406+
description = "Tenancy of instances spin up within Default VPC"
407407
value = concat(aws_default_vpc.this.*.instance_tenancy, [""])[0]
408408
}
409409

410410
output "default_vpc_enable_dns_support" {
411-
description = "Whether or not the VPC has DNS support"
411+
description = "Whether or not the Default VPC has DNS support"
412412
value = concat(aws_default_vpc.this.*.enable_dns_support, [""])[0]
413413
}
414414

415415
output "default_vpc_enable_dns_hostnames" {
416-
description = "Whether or not the VPC has DNS hostname support"
416+
description = "Whether or not the Default VPC has DNS hostname support"
417417
value = concat(aws_default_vpc.this.*.enable_dns_hostnames, [""])[0]
418418
}
419419

420420
output "default_vpc_main_route_table_id" {
421-
description = "The ID of the main route table associated with this VPC"
421+
description = "The ID of the main route table associated with the Default VPC"
422422
value = concat(aws_default_vpc.this.*.main_route_table_id, [""])[0]
423423
}
424424

0 commit comments

Comments
 (0)