From 3e9a0ca5d28602ab87e4f911e2f193af596caab2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paulo=20J=C3=BAnior=20do=20Nascimento=20Lima?= <73200237+paulolima-gb@users.noreply.github.com> Date: Thu, 13 Jul 2023 15:26:51 -0300 Subject: [PATCH] Update main.tf --- main.tf | 5 ----- 1 file changed, 5 deletions(-) diff --git a/main.tf b/main.tf index a9ea9cb..8c36718 100755 --- a/main.tf +++ b/main.tf @@ -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