-
Notifications
You must be signed in to change notification settings - Fork 9.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for ECS capacity providers #11151
Conversation
@ryndaniels seems this failed CI checks..have time to look into it? |
@ryndaniels I have some time at the moment if you need a hand with this? However, I need to let you know, I don't know Go or the internals of how Terraform providers work, so I maybe more hinderance than help! Even if it's just the docs, I'd be happy to chip in with that. |
The error seems to be in the website. The aws.erb points to a /d (datasource) link while the pr only provides a /r (resource) document |
Added A PR that pushes to this branch that fixes the test issues. and moves the link to the correct resource spot instead of lumping it into the data section. @ryndaniels |
…managed_scaling.status`
…r partial values
b9d877a
to
96ff71a
Compare
Move resource of capacity provider to resources
[WIP] Add capacity provider to ecs cluster resources
Co-Authored-By: Brian Flad <bflad417@gmail.com>
…ers/terraform-provider-aws into f-ecs-capacity-provider
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work by everyone here! Let's 🚢 ⛵️ 🚤 🚀
Output from acceptance testing:
--- PASS: TestAccAWSEcsCapacityProvider_basic (51.82s)
--- PASS: TestAccAWSEcsCapacityProvider_ManagedScaling (51.40s)
--- PASS: TestAccAWSEcsCapacityProvider_ManagedScalingPartial (50.89s)
--- PASS: TestAccAWSEcsCapacityProvider_Tags (48.65s)
--- PASS: TestAccAWSEcsCluster_basic (18.35s)
--- PASS: TestAccAWSEcsCluster_CapacityProviders (47.36s)
--- PASS: TestAccAWSEcsCluster_CapacityProvidersUpdate (42.21s)
--- PASS: TestAccAWSEcsCluster_containerInsights (30.41s)
--- PASS: TestAccAWSEcsCluster_disappears (15.21s)
--- PASS: TestAccAWSEcsCluster_Tags (30.47s)
--- PASS: TestAccAWSEcsService_basicImport (75.79s)
--- PASS: TestAccAWSEcsService_disappears (47.62s)
--- PASS: TestAccAWSEcsService_healthCheckGracePeriodSeconds (225.35s)
--- PASS: TestAccAWSEcsService_ManagedTags (43.18s)
--- PASS: TestAccAWSEcsService_PropagateTags (143.22s)
--- PASS: TestAccAWSEcsService_Tags (73.58s)
--- PASS: TestAccAWSEcsService_withAlb (234.20s)
--- PASS: TestAccAWSEcsService_withARN (61.39s)
--- PASS: TestAccAWSEcsService_withCapacityProviderStrategy (149.92s)
--- PASS: TestAccAWSEcsService_withDaemonSchedulingStrategy (42.84s)
--- PASS: TestAccAWSEcsService_withDaemonSchedulingStrategySetDeploymentMinimum (42.45s)
--- PASS: TestAccAWSEcsService_withDeploymentController_Type_CodeDeploy (267.66s)
--- PASS: TestAccAWSEcsService_withDeploymentMinimumZeroMaximumOneHundred (52.53s)
--- PASS: TestAccAWSEcsService_withDeploymentValues (65.89s)
--- PASS: TestAccAWSEcsService_withEcsClusterName (42.13s)
--- PASS: TestAccAWSEcsService_withFamilyAndRevision (81.38s)
--- PASS: TestAccAWSEcsService_withIamRole (53.19s)
--- PASS: TestAccAWSEcsService_withLaunchTypeEC2AndNetworkConfiguration (64.09s)
--- PASS: TestAccAWSEcsService_withLaunchTypeFargate (110.12s)
--- PASS: TestAccAWSEcsService_withLaunchTypeFargateAndPlatformVersion (110.09s)
--- PASS: TestAccAWSEcsService_withLbChanges (253.10s)
--- PASS: TestAccAWSEcsService_withMultipleTargetGroups (274.32s)
--- PASS: TestAccAWSEcsService_withPlacementConstraints (74.58s)
--- PASS: TestAccAWSEcsService_withPlacementConstraints_emptyExpression (63.35s)
--- PASS: TestAccAWSEcsService_withPlacementStrategy (234.52s)
--- PASS: TestAccAWSEcsService_withRenamedCluster (154.77s)
--- PASS: TestAccAWSEcsService_withReplicaSchedulingStrategy (63.00s)
--- PASS: TestAccAWSEcsService_withServiceRegistries (162.60s)
--- PASS: TestAccAWSEcsService_withServiceRegistries_container (153.10s)
--- PASS: TestAccAWSEcsService_withUnnormalizedPlacementStrategy (83.82s)
--- PASS: TestAccAWSEcsServiceDataSource_basic (74.69s)
This has been released in version 2.42.0 of the Terraform AWS provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template for triage. Thanks! |
getting these errors with this push
i have enabled |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks! |
Community Note
Closes #11150
Release note for CHANGELOG:
Output from acceptance testing:
Screenshots: