Skip to content

Commit

Permalink
restore file
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewpearce-digital committed Oct 8, 2024
1 parent 7db24d6 commit 04cb1a7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions terraform/account/iam_sns_feedback_role.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
data "aws_iam_role" "sns_success_feedback" {
name = "SNSSuccessFeedback"
provider = aws.global
}

data "aws_iam_role" "sns_failure_feedback" {
provider = aws.global
name = "SNSFailureFeedback"
}

0 comments on commit 04cb1a7

Please sign in to comment.