Skip to content

Commit

Permalink
managed shield response team access through code (#7767)
Browse files Browse the repository at this point in the history
  • Loading branch information
dms1981 authored Sep 13, 2024
1 parent 53a4251 commit bb38b72
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions terraform/environments/wardship/shield.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
data "aws_iam_role" "srt_access" {
name = "AWSSRTSupport"
}

resource "aws_shield_drt_access_role_arn_association" "srt_access" {
role_arn = data.aws_iam_role.srt_access.arn
}

0 comments on commit bb38b72

Please sign in to comment.