terraform-aws-modules / terraform-aws-ecs

Terraform module to create AWS ECS resources πŸ‡ΊπŸ‡¦
https://registry.terraform.io/modules/terraform-aws-modules/ecs/aws
Apache License 2.0
573 stars 542 forks source link

Add support for managed_storage_configuration block #215

Closed Skaopap closed 3 months ago

Skaopap commented 4 months ago

Is your request related to a new offering from AWS?

Is this functionality available in the AWS provider for Terraform? See CHANGELOG.md, too.

Introduced with the provider version 5.59.0 : https://github.com/hashicorp/terraform-provider-aws/releases/tag/v5.59.0

Is your request related to a problem? Please describe.

We want to use in our ECS project the fargate volume encryption with customer managed key, introduced in June by AWS : https://aws.amazon.com/about-aws/whats-new/2024/06/amazon-ecs-aws-fargate-encrypt-ephemeral-storage-customer-managed-kms-keys/?nc1=h_ls

Describe the solution you'd like.

Add an input to the module to configure the managed_storage_configuration block in the aws_ecs_cluster resource.

Additional context

Terraform doc : https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ecs_cluster#managed_storage_configuration-block

Thank you for the awesome work 🫑

bryantbiggs commented 3 months ago

Resolved in #205

github-actions[bot] commented 2 months ago

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 have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.