Skip to content

Commit

Permalink
Fix terrafmt errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
ewbankkit committed Oct 23, 2024
1 parent b39cea7 commit 980ba49
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions internal/service/deploy/deployment_config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -443,12 +443,12 @@ resource "aws_codedeploy_deployment_config" "test" {
}
zonal_config {
first_zone_monitor_duration_in_seconds = %[2]d
minimum_healthy_hosts_per_zone {
type = %[3]q
value = %[4]d
}
monitor_duration_in_seconds = %[5]d
first_zone_monitor_duration_in_seconds = %[2]d
minimum_healthy_hosts_per_zone {
type = %[3]q
value = %[4]d
}
monitor_duration_in_seconds = %[5]d
}
}
`, rName, first_zone_monitor_duration, minimum_healthy_host_type, minimum_healthy_host_value, monitor_duration)
Expand Down

0 comments on commit 980ba49

Please sign in to comment.