We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c685a5 commit 2e87dbdCopy full SHA for 2e87dbd
infrastructure/terraform/modules/eventsub/moved.tf
@@ -0,0 +1,11 @@
1
+# Moved blocks to handle resource renames without destroy/recreate
2
+
3
+moved {
4
+ from = aws_sns_topic.main
5
+ to = aws_sns_topic.eventsub_topic
6
+}
7
8
9
+ from = aws_sns_topic_policy.main
10
+ to = aws_sns_topic_policy.eventsub_topic
11
0 commit comments