Skip to content

Commit

Permalink
managed shield response team access through code (#7768)
Browse files Browse the repository at this point in the history
  • Loading branch information
dms1981 authored Sep 13, 2024
1 parent 4c5720e commit 3d5f59f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions terraform/environments/ncas/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 3d5f59f

Please sign in to comment.