Skip to content

Commit

Permalink
* 2.11.2 -- 2025-01-08
Browse files Browse the repository at this point in the history
  - vpc-interface-endpoint
    - add lab-gov-dmz-network-nonprod account to allowed list of central vpc endpoint accounts
  • Loading branch information
badra001 committed Jan 8, 2025
1 parent 2a3dbb3 commit eed0a49
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -439,3 +439,7 @@
* 2.11.1 -- 2024-12-17
- routing
- update filter for vpc endpoint for dynamodb to use Gateway type

* 2.11.2 -- 2025-01-08
- vpc-interface-endpoint
- add lab-gov-dmz-network-nonprod account to allowed list of central vpc endpoint accounts
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.11.1"
_module_version = "2.11.2"
_module_names = {
"_main_" = "aws-vpc-setup"

Expand Down
2 changes: 2 additions & 0 deletions vpc-interface-endpoint/route53_permitted_accounts.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,7 @@ locals {
"269244441389",
# ent-gov-dmz-network-prod
"273715889907",
# lab-gov-dmz-network-nonprod
"250277464795",
]
}

0 comments on commit eed0a49

Please sign in to comment.