From 32a7ce46252bda5522791130259f739ff2d91ff1 Mon Sep 17 00:00:00 2001 From: Sharon Nam Date: Fri, 5 Jul 2024 12:29:29 -0700 Subject: [PATCH] Add to changelog --- .changelog/37898.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changelog/37898.txt b/.changelog/37898.txt index 34c17b17d91..5b228b6e1ed 100644 --- a/.changelog/37898.txt +++ b/.changelog/37898.txt @@ -3,5 +3,5 @@ resource/aws_cloudformation_stack_set_instance: Extend `deployment_targets` argu ``` ```release-note:bug -resource/aws_cloudformation_stack_set_instance: Fix to ensure a new resource is recreated when the deployment_targets argument is changed, which was not the case previously. +resource/aws_cloudformation_stack_set_instance: Add `ForceNew` to deployment_targets attributes to ensure a new resource is recreated when the deployment_targets argument is changed, which was not the case previously. ```