Skip to content

Commit

Permalink
update precommit file
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Oct 25, 2023
1 parent c40904c commit 71d0fcc
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ repos:
hooks:
- id: check-symlinks
- id: detect-aws-credentials
args: [ "--allow-missing-credentials" ]
- id: detect-private-key
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -360,3 +360,7 @@
- add use_flowlog_custom_format
- add flowlog_custom_format
- use default retention of 6 months, allow it as a variable

* 2.9.11 -- 2023-10-25
- vpc-interface-endpoint
- add ent-gov-dmz-network-prod to allowed list of accounts for setup of central vpc endpoints
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.9.10"
_module_version = "2.9.11"
_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 @@ -8,5 +8,7 @@ locals {
"057445207498",
# lab-gov-network-nonprod
"269244441389",
# ent-gov-dmz-network-prod
"273715889907",
]
}

0 comments on commit 71d0fcc

Please sign in to comment.