riju/tf/sns.tf

8 lines
104 B
HCL

resource "aws_sns_topic" "riju" {
name = "Riju"
tags = {
BillingSubcategory = "Riju:SNS"
}
}