Advertisement
Guest User

Untitled

a guest
Nov 24th, 2020
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. module sns {
  2. source = "../../modules/sns"
  3. region = var.region
  4. aws-account = var.aws-account
  5. sns-topic-recipient = var.sns-topic-recipient
  6. sns-subscription-email-address-list = var.sns-subscription-email-address-list
  7. tags = var.tags
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement