From 774fd939a4670cf153a489144c1450365e81091c Mon Sep 17 00:00:00 2001 From: badra001 Date: Fri, 20 Mar 2026 10:30:08 -0400 Subject: [PATCH] update --- aws/whats-new/terraform-modules/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/aws/whats-new/terraform-modules/README.md b/aws/whats-new/terraform-modules/README.md index 99876c89..ae4f4c47 100644 --- a/aws/whats-new/terraform-modules/README.md +++ b/aws/whats-new/terraform-modules/README.md @@ -6,6 +6,9 @@ This changes refactors the `it-windows-base` security group to use a YAML file ( security group rules. This changes from using specific IP blocks to using Prefix Lists defined in the central network account, so that we may more easily adapt to IP changes for services. +To apply first time, no changes neede to be made. On an update (terraform init -upgrade), it will fail, as all of the rules are added not through +dynamic blocks but through the security group rule resource. We will have a script and instructions on how to proceed with this. + * 2.11.0 -- 2026-03-19 - it-windows-base - refactor to use prefix lists and a YAML file