Typo. This should be prefixed by identity not common
Before landing, should use terraform state mv to ensure that we're not recreating the subscription
Differential D12563
[terraform] change cloudwatch subscription prefix from common to identity Authored by will on Jun 25 2024, 4:43 AM.
Details Typo. This should be prefixed by identity not common Before landing, should use terraform state mv to ensure that we're not recreating the subscription terraform apply
Diff Detail
Event TimelineComment Actions Are you planning to use moved { } block? Or use terraform state mv to move it without recreating? Comment Actions This a really cool feature I didn't know existed. tbh, originally planned on just resubscribing but I'll use terraform state mv instead. Comment Actions Resubscribing is also okay (in this case) but you give terraform state mv a try 😉 In some cases it's important not to destroy your infra when just refactoring terraform. |