Skip to content

Commit

Permalink
Remove sid from aws_iam_policy_document, let AWS generate them (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
aknysh authored Oct 27, 2017
1 parent 11dad1b commit dbcfd9a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ data "aws_iam_policy_document" "deployment" {
count = "${length(keys(var.deployment_arns))}"

statement {
sid = "AllowDeployment"
actions = ["${var.deployment_actions}"]

resources = [
Expand Down

0 comments on commit dbcfd9a

Please sign in to comment.