Skip to content

Commit

Permalink
sns policy fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mrFlick72 committed Sep 22, 2024
1 parent 23dd6d0 commit a71d792
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions iac/terraform/policy/sns.tf
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ data "aws_iam_policy_document" "vauthenticator_sns_send_sms_policy" {

resource "aws_iam_policy" "vauthenticator_sns_send_sms_iam_policy" {
name = data.aws_iam_user.vauthenticator.user_name
path = var.path

policy = data.aws_iam_policy_document.vauthenticator_sns_send_sms_policy.json
}

Expand Down

0 comments on commit a71d792

Please sign in to comment.