From dbcfd9a84953566cd56598016454a9bb0d432e60 Mon Sep 17 00:00:00 2001 From: Andriy Knysh Date: Thu, 26 Oct 2017 21:28:45 -0400 Subject: [PATCH] Remove `sid` from `aws_iam_policy_document`, let AWS generate them (#17) --- main.tf | 1 - 1 file changed, 1 deletion(-) diff --git a/main.tf b/main.tf index 0be2df3..4db3ea1 100644 --- a/main.tf +++ b/main.tf @@ -119,7 +119,6 @@ data "aws_iam_policy_document" "deployment" { count = "${length(keys(var.deployment_arns))}" statement { - sid = "AllowDeployment" actions = ["${var.deployment_actions}"] resources = [