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: Retry on IAM SLR eventual consistency error…
…, add attribute validation (#11423) Output from acceptance testing: ``` --- PASS: TestAccAWSEcsService_basicImport (71.79s) --- PASS: TestAccAWSEcsService_disappears (57.94s) --- PASS: TestAccAWSEcsService_healthCheckGracePeriodSeconds (276.32s) --- PASS: TestAccAWSEcsService_ManagedTags (52.67s) --- PASS: TestAccAWSEcsService_PropagateTags (183.42s) --- PASS: TestAccAWSEcsService_Tags (64.17s) --- PASS: TestAccAWSEcsService_withAlb (259.80s) --- PASS: TestAccAWSEcsService_withARN (79.09s) --- PASS: TestAccAWSEcsService_withCapacityProviderStrategy (176.03s) --- PASS: TestAccAWSEcsService_withDaemonSchedulingStrategy (53.32s) --- PASS: TestAccAWSEcsService_withDaemonSchedulingStrategySetDeploymentMinimum (43.60s) --- PASS: TestAccAWSEcsService_withDeploymentController_Type_CodeDeploy (280.11s) --- PASS: TestAccAWSEcsService_withDeploymentMinimumZeroMaximumOneHundred (72.30s) --- PASS: TestAccAWSEcsService_withDeploymentValues (72.28s) --- PASS: TestAccAWSEcsService_withEcsClusterName (81.11s) --- PASS: TestAccAWSEcsService_withFamilyAndRevision (76.29s) --- PASS: TestAccAWSEcsService_withIamRole (156.20s) --- PASS: TestAccAWSEcsService_withLaunchTypeEC2AndNetworkConfiguration (74.68s) --- PASS: TestAccAWSEcsService_withLaunchTypeFargate (111.62s) --- PASS: TestAccAWSEcsService_withLaunchTypeFargateAndPlatformVersion (172.06s) --- PASS: TestAccAWSEcsService_withLbChanges (166.77s) --- PASS: TestAccAWSEcsService_withMultipleCapacityProviderStrategies (124.27s) --- PASS: TestAccAWSEcsService_withMultipleTargetGroups (310.64s) --- PASS: TestAccAWSEcsService_withPlacementConstraints (73.55s) --- PASS: TestAccAWSEcsService_withPlacementConstraints_emptyExpression (72.31s) --- PASS: TestAccAWSEcsService_withPlacementStrategy (203.05s) --- PASS: TestAccAWSEcsService_withRenamedCluster (102.43s) --- PASS: TestAccAWSEcsService_withReplicaSchedulingStrategy (73.27s) --- PASS: TestAccAWSEcsService_withServiceRegistries (152.38s) --- PASS: TestAccAWSEcsService_withServiceRegistries_container (142.99s) --- PASS: TestAccAWSEcsService_withUnnormalizedPlacementStrategy (71.10s) --- PASS: TestAccAWSEcsServiceDataSource_basic (73.13s) ```
- Loading branch information