Skip to content

Commit

Permalink
Update main.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
pjuniorlima authored Jul 13, 2023
1 parent 982936c commit 3e9a0ca
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -287,11 +287,6 @@ data "aws_iam_policy_document" "default" {
}
}

data "aws_iam_policy_document" "extended" {
source_json = data.aws_iam_policy_document.default.json
override_json = var.extended_ec2_policy_document
}

resource "aws_iam_instance_profile" "ec2" {
name = "${module.this.id}-eb-ec2"
role = aws_iam_role.ec2.name
Expand Down

0 comments on commit 3e9a0ca

Please sign in to comment.