Skip to content

Commit

Permalink
Remove managed policy
Browse files Browse the repository at this point in the history
  • Loading branch information
pecigonzalo committed Oct 7, 2024
1 parent 017b63a commit 9574797
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 12 deletions.
4 changes: 0 additions & 4 deletions modules/listener/listener.tf
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,6 @@ resource "aws_iam_role" "listener" {
]
})

managed_policy_arns = [
aws_iam_policy.listener.arn
]

tags = {
PartOf = var.prefix
Platform = "Axiom"
Expand Down
4 changes: 0 additions & 4 deletions modules/subscriber/subscriber.tf
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,6 @@ resource "aws_iam_role" "subscriber" {
]
})

managed_policy_arns = [
aws_iam_policy.subscriber.arn
]

tags = {
PartOf = var.prefix
Platform = "Axiom"
Expand Down
4 changes: 0 additions & 4 deletions modules/unsubscriber/unsubscriber.tf
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,6 @@ resource "aws_iam_role" "unsubscriber" {
]
})

managed_policy_arns = [
aws_iam_policy.unsubscriber.arn
]

tags = {
PartOf = var.prefix
Platform = "Axiom"
Expand Down

0 comments on commit 9574797

Please sign in to comment.