Skip to content

Commit

Permalink
Merge pull request #223 from ministryofjustice/fix/tflint-issue
Browse files Browse the repository at this point in the history
Fix an issue on tflint - square brackets around *
  • Loading branch information
SteveLinden authored Sep 21, 2023
2 parents 98951d7 + 70160c9 commit 33fecc7
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 @@ -223,7 +223,7 @@ resource "aws_ssm_maintenance_window_task" "ssm-maintenance-window-automation-ta

targets {
key = "WindowTargetIds"
values = aws_ssm_maintenance_window_target.ssm-maintenance-window-target.*.id
values = aws_ssm_maintenance_window_target.ssm-maintenance-window-target[*].id
}

task_invocation_parameters {
Expand Down

0 comments on commit 33fecc7

Please sign in to comment.