Skip to content

Commit

Permalink
remove code
Browse files Browse the repository at this point in the history
  • Loading branch information
richgreen-moj committed Dec 19, 2024
1 parent 29d60bd commit 1f50a08
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -298,8 +298,6 @@ resource "aws_iam_role" "this" {
}
)

# managed_policy_arns = concat(["arn:aws:iam::aws:policy/AmazonSSMManagedInstanceCore"], var.instance_profile_policies)

tags = merge(local.tags, {
Name = "${var.iam_resource_names_prefix}-role-${var.name}"
})
Expand Down

0 comments on commit 1f50a08

Please sign in to comment.