Skip to content

Commit

Permalink
Manage pra-register-production shield response team access through …
Browse files Browse the repository at this point in the history
…code (#7765)

* managed shield response team access through code
  • Loading branch information
dms1981 authored Sep 13, 2024
1 parent 85d3633 commit 53a4251
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions terraform/environments/pra-register/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 53a4251

Please sign in to comment.