From 71d0fccc48b6d8f9e680ad3713deddd715f57b0c Mon Sep 17 00:00:00 2001 From: badra001 Date: Wed, 25 Oct 2023 08:04:39 -0400 Subject: [PATCH] update precommit file --- .pre-commit-config.yaml | 1 + CHANGELOG.md | 4 ++++ common/version.tf | 2 +- vpc-interface-endpoint/route53_permitted_accounts.tf | 2 ++ 4 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 552d213..4ad8b85 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,4 +17,5 @@ repos: hooks: - id: check-symlinks - id: detect-aws-credentials + args: [ "--allow-missing-credentials" ] - id: detect-private-key diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f6d533..36928e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/common/version.tf b/common/version.tf index 9b8db1c..8f9b36d 100644 --- a/common/version.tf +++ b/common/version.tf @@ -1,5 +1,5 @@ locals { - _module_version = "2.9.10" + _module_version = "2.9.11" _module_names = { "_main_" = "aws-vpc-setup" diff --git a/vpc-interface-endpoint/route53_permitted_accounts.tf b/vpc-interface-endpoint/route53_permitted_accounts.tf index ff2ac21..b93151e 100644 --- a/vpc-interface-endpoint/route53_permitted_accounts.tf +++ b/vpc-interface-endpoint/route53_permitted_accounts.tf @@ -8,5 +8,7 @@ locals { "057445207498", # lab-gov-network-nonprod "269244441389", + # ent-gov-dmz-network-prod + "273715889907", ] }