Skip to content

Commit

Permalink
Fix SecOps aws_iam_policy resource name
Browse files Browse the repository at this point in the history
  • Loading branch information
lgallard committed Sep 14, 2021
1 parent 03914a9 commit ebf69c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion security/base-identities/role_policies.tf
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ EOF
# User Managed Policy: SecOps Access
#
resource "aws_iam_policy" "secops_access" {
name = "devops_access"
name = "secops_access"
description = "Services enabled for SecOps role"

#
Expand Down

0 comments on commit ebf69c9

Please sign in to comment.