Skip to content

Commit d277d3b

Browse files
committed
add an sns topic missing tags
1 parent 607745e commit d277d3b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

root-module/sns.tf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
2+
resource "aws_sns_topic" "user_updates" {
3+
name = "user-updates-topic"
4+
}

0 commit comments

Comments
 (0)