Page MenuHomePhabricator

[terraform] change cloudwatch subscription prefix from common to identity
ClosedPublic

Authored by will on Jun 24 2024, 9:43 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Sep 25, 9:48 PM
Unknown Object (File)
Wed, Sep 25, 9:48 PM
Unknown Object (File)
Wed, Sep 25, 9:48 PM
Unknown Object (File)
Wed, Sep 25, 9:48 PM
Unknown Object (File)
Fri, Sep 20, 1:06 AM
Unknown Object (File)
Fri, Sep 20, 12:20 AM
Unknown Object (File)
Sat, Aug 31, 8:06 PM
Unknown Object (File)
Sat, Aug 31, 3:11 AM
Subscribers

Details

Summary

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

Test Plan

terraform apply

Diff Detail

Repository
rCOMM Comm
Branch
cloudwatch_dns_alarm
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

will requested review of this revision.Jun 24 2024, 10:00 PM

Are you planning to use moved { } block? Or use terraform state mv to move it without recreating?

Are you planning to use moved { } block? Or use terraform state mv to move it without recreating?

This a really cool feature I didn't know existed. tbh, originally planned on just resubscribing but I'll use terraform state mv instead.

will edited the summary of this revision. (Show Details)
In D12563#355966, @will wrote:

Are you planning to use moved { } block? Or use terraform state mv to move it without recreating?

This a really cool feature I didn't know existed. tbh, originally planned on just resubscribing but I'll use terraform state mv instead.

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.

This revision is now accepted and ready to land.Jun 26 2024, 2:24 AM