Skip to content

resource/aws_ecs_capacity_provider: Add local_storage_configuration to managed_instances_provider#47513

Open
NahutabDevelop wants to merge 3 commits intohashicorp:mainfrom
NahutabDevelop:f-ecs_capacity_provider-local_storage_configuration
Open

resource/aws_ecs_capacity_provider: Add local_storage_configuration to managed_instances_provider#47513
NahutabDevelop wants to merge 3 commits intohashicorp:mainfrom
NahutabDevelop:f-ecs_capacity_provider-local_storage_configuration

Conversation

@NahutabDevelop
Copy link
Copy Markdown

Rollback Plan

If a change needs to be reverted, we will publish an updated version of the library.

Changes to Security Controls

No changes to security controls.

Description

Add local_storage_configuration support to the aws_ecs_capacity_provider resource for managed instances providers. This allows users to configure instance store volumes for data storage on ECS Managed Instances.

Relations

Closes #47512

References

Output from Acceptance Testing

% make testacc TESTS=TestAccECSCapacityProvider_createManagedInstancesProvider PKG=ecs P=1 

=== RUN   TestAccECSCapacityProvider_createManagedInstancesProvider_basic
=== PAUSE TestAccECSCapacityProvider_createManagedInstancesProvider_basic
=== RUN   TestAccECSCapacityProvider_createManagedInstancesProvider_withInstanceRequirements
=== PAUSE TestAccECSCapacityProvider_createManagedInstancesProvider_withInstanceRequirements
=== RUN   TestAccECSCapacityProvider_createManagedInstancesProvider_withStorageConfiguration
=== PAUSE TestAccECSCapacityProvider_createManagedInstancesProvider_withStorageConfiguration
=== RUN   TestAccECSCapacityProvider_createManagedInstancesProvider_withLocalStorageConfiguration
=== PAUSE TestAccECSCapacityProvider_createManagedInstancesProvider_withLocalStorageConfiguration
=== RUN   TestAccECSCapacityProvider_createManagedInstancesProvider_withInfrastructureOptimization
=== PAUSE TestAccECSCapacityProvider_createManagedInstancesProvider_withInfrastructureOptimization
=== RUN   TestAccECSCapacityProvider_createManagedInstancesProvider_monitoring
=== PAUSE TestAccECSCapacityProvider_createManagedInstancesProvider_monitoring
=== CONT  TestAccECSCapacityProvider_createManagedInstancesProvider_basic
--- PASS: TestAccECSCapacityProvider_createManagedInstancesProvider_basic (41.48s)
=== CONT  TestAccECSCapacityProvider_createManagedInstancesProvider_withLocalStorageConfiguration
--- PASS: TestAccECSCapacityProvider_createManagedInstancesProvider_withLocalStorageConfiguration (41.48s)
=== CONT  TestAccECSCapacityProvider_createManagedInstancesProvider_monitoring
--- PASS: TestAccECSCapacityProvider_createManagedInstancesProvider_monitoring (64.79s)
=== CONT  TestAccECSCapacityProvider_createManagedInstancesProvider_withInfrastructureOptimization
--- PASS: TestAccECSCapacityProvider_createManagedInstancesProvider_withInfrastructureOptimization (78.24s)
=== CONT  TestAccECSCapacityProvider_createManagedInstancesProvider_withStorageConfiguration
--- PASS: TestAccECSCapacityProvider_createManagedInstancesProvider_withStorageConfiguration (41.87s)
=== CONT  TestAccECSCapacityProvider_createManagedInstancesProvider_withInstanceRequirements
--- PASS: TestAccECSCapacityProvider_createManagedInstancesProvider_withInstanceRequirements (41.75s)


...

@NahutabDevelop NahutabDevelop requested a review from a team as a code owner April 17, 2026 20:31
@github-actions
Copy link
Copy Markdown
Contributor

Welcome @NahutabDevelop 👋

It looks like this is your first Pull Request submission to the Terraform AWS Provider repository. Thank you very much for taking the time to do so, and welcome to the community! 🎉


Community Guidelines

This comment is added to every new Pull Request to provide quick reference to how the Terraform AWS Provider is maintained. Please review the information below, and thank you for contributing to the community that keeps the provider thriving! 🚀

Voting for Prioritization

  • Please vote on this Pull Request by adding a 👍 reaction to the original post to help the community and maintainers prioritize it.
  • Please see our prioritization guide for additional information on how the maintainers handle prioritization.
  • Please do not leave +1 or other comments that do not add relevant new information or questions; they generate extra noise for others following the Pull Request and do not help prioritize the request.

Pull Request Authors

  • Review the contribution guide relating to the type of change you are making to ensure all of the necessary steps have been taken.
  • Whether or not the branch has been rebased will not impact prioritization, but doing so is always a welcome surprise.

@dosubot dosubot bot added the enhancement Requests to existing resources that expand the functionality or scope. label Apr 17, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 17, 2026

✅ Thank you for correcting the previously detected issues! The maintainers appreciate your efforts to make the review process as smooth as possible.

@github-actions github-actions bot added needs-triage Waiting for first response or review from a maintainer. tests PRs: expanded test coverage. Issues: expanded coverage, enhancements to test infrastructure. service/ecs Issues and PRs that pertain to the ecs service. size/M Managed by automation to categorize the size of a PR. labels Apr 17, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement Requests to existing resources that expand the functionality or scope. needs-triage Waiting for first response or review from a maintainer. service/ecs Issues and PRs that pertain to the ecs service. size/M Managed by automation to categorize the size of a PR. tests PRs: expanded test coverage. Issues: expanded coverage, enhancements to test infrastructure.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Local storage support for ECS Managed Instances

1 participant