-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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_capacity_provider: Add support for instance warmup p…
…eriod (#16941) Reference: #16673 Output from acceptance testing in AWS Commercial: ``` --- PASS: TestAccAWSEcsCapacityProvider_basic (82.59s) --- PASS: TestAccAWSEcsCapacityProvider_disappears (61.98s) --- PASS: TestAccAWSEcsCapacityProvider_ManagedScaling (83.84s) --- PASS: TestAccAWSEcsCapacityProvider_ManagedScalingPartial (60.27s) --- PASS: TestAccAWSEcsCapacityProvider_Tags (100.69s) ``` Output from acceptance testing in AWS GovCloud (US): ``` --- PASS: TestAccAWSEcsCapacityProvider_basic (64.74s) --- PASS: TestAccAWSEcsCapacityProvider_disappears (61.46s) --- PASS: TestAccAWSEcsCapacityProvider_ManagedScaling (56.88s) --- PASS: TestAccAWSEcsCapacityProvider_ManagedScalingPartial (56.82s) --- PASS: TestAccAWSEcsCapacityProvider_Tags (126.82s) ```
- Loading branch information
1 parent
b641c40
commit eee0824
Showing
3 changed files
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters