Skip to content

Commit

Permalink
* 2.15.0 -- 2026-07-16
Browse files Browse the repository at this point in the history
  - route53-zone-association/terraform-role
    - add DescribeVpcEndpoint*
  • Loading branch information
badra001 committed Jul 16, 2026
1 parent d54369f commit c1656b5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -501,3 +501,7 @@
* 2.14.0 -- 2026-05-08
- routing
- update to associate nat-gateway on public subnet if boc:vpc:attach-nat-gateway=true

* 2.15.0 -- 2026-07-16
- route53-zone-association/terraform-role
- add DescribeVpcEndpoint*
2 changes: 1 addition & 1 deletion common/version.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
locals {
_module_version = "2.14.0"
_module_version = "2.15.0"
_module_names = {
"_main_" = "aws-vpc-setup"

Expand Down
1 change: 1 addition & 0 deletions route53-zone-association/terraform-role/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ data "aws_iam_policy_document" "policy" {
actions = [
"iam:ListAccountAliases",
"ec2:DescribeVpcs",
"ec2:DescribeVpcEndpoint*",
"ec2:DescribeAvailabilityZones",
"route53:Get*",
"route53:List*",
Expand Down

0 comments on commit c1656b5

Please sign in to comment.