Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
resource/aws_ecs_service: Remove deprecated placement_strategy config…
…uration block Reference: #7687 Output from acceptance testing: ``` --- PASS: TestAccAWSEcsService_basicImport (41.70s) --- PASS: TestAccAWSEcsService_disappears (19.59s) --- PASS: TestAccAWSEcsService_healthCheckGracePeriodSeconds (280.20s) --- PASS: TestAccAWSEcsService_ManagedTags (40.17s) --- PASS: TestAccAWSEcsService_PropagateTags (51.77s) --- PASS: TestAccAWSEcsService_Tags (52.20s) --- PASS: TestAccAWSEcsService_withAlb (230.24s) --- PASS: TestAccAWSEcsService_withARN (45.47s) --- PASS: TestAccAWSEcsService_withDaemonSchedulingStrategy (39.76s) --- PASS: TestAccAWSEcsService_withDaemonSchedulingStrategySetDeploymentMinimum (11.07s) --- PASS: TestAccAWSEcsService_withDeploymentController_Type_CodeDeploy (251.33s) --- PASS: TestAccAWSEcsService_withDeploymentMinimumZeroMaximumOneHundred (21.32s) --- PASS: TestAccAWSEcsService_withDeploymentValues (14.64s) --- PASS: TestAccAWSEcsService_withEcsClusterName (39.81s) --- PASS: TestAccAWSEcsService_withFamilyAndRevision (34.30s) --- PASS: TestAccAWSEcsService_withIamRole (157.58s) --- PASS: TestAccAWSEcsService_withLaunchTypeEC2AndNetworkConfiguration (60.52s) --- PASS: TestAccAWSEcsService_withLaunchTypeFargate (105.95s) --- PASS: TestAccAWSEcsService_withLaunchTypeFargateAndPlatformVersion (116.83s) --- PASS: TestAccAWSEcsService_withLbChanges (241.52s) --- PASS: TestAccAWSEcsService_withPlacementConstraints (18.51s) --- PASS: TestAccAWSEcsService_withPlacementConstraints_emptyExpression (37.03s) --- PASS: TestAccAWSEcsService_withPlacementStrategy (79.48s) --- PASS: TestAccAWSEcsService_withRenamedCluster (60.43s) --- PASS: TestAccAWSEcsService_withReplicaSchedulingStrategy (17.00s) --- PASS: TestAccAWSEcsService_withServiceRegistries (138.96s) --- PASS: TestAccAWSEcsService_withServiceRegistries_container (139.06s) --- PASS: TestAccAWSEcsService_withUnnormalizedPlacementStrategy (21.10s) ```
- Loading branch information