Skip to content

Commit

Permalink
linting terrafor code
Browse files Browse the repository at this point in the history
  • Loading branch information
diodonfrost authored May 9, 2019
1 parent e160941 commit 61fcfa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ EOF
# Create policy for manage autoscaling
resource "aws_iam_role_policy" "schedule_autoscaling" {
name = "${var.name}-autoscaling-custom-policy-scheduler"
role = "${aws_iam_role.scheduler_lambda.id}"
role = "${aws_iam_role.scheduler_lambda.id}"

policy = <<EOF
{
Expand Down

0 comments on commit 61fcfa4

Please sign in to comment.