Skip to content

Commit

Permalink
fmt test
Browse files Browse the repository at this point in the history
  • Loading branch information
DrFaust92 committed Sep 30, 2020
1 parent cfe1086 commit d8ebdb7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions aws/resource_aws_ssm_maintenance_window_task_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -837,18 +837,18 @@ resource "aws_ssm_maintenance_window_task" "test" {
task_invocation_parameters {
run_command_parameters {
document_hash = sha256("COMMAND")
document_hash_type = "Sha256"
service_role_arn = aws_iam_role.test.arn
document_hash = sha256("COMMAND")
document_hash_type = "Sha256"
service_role_arn = aws_iam_role.test.arn
parameter {
name = "commands"
values = ["date"]
}
cloudwatch_config {
cloudwatch_log_group_name = aws_cloudwatch_log_group.test.name
cloudwatch_output_enabled = %[2]t
cloudwatch_log_group_name = aws_cloudwatch_log_group.test.name
cloudwatch_output_enabled = %[2]t
}
}
}
Expand Down

0 comments on commit d8ebdb7

Please sign in to comment.