sourcefuse / terraform-aws-arc-ecs

Repo for managing the ECS Fargate Terraform Module.
Apache License 2.0
1 stars 3 forks source link

Added kms CMK support for ecs #67

Open mayank0202 opened 2 months ago

mayank0202 commented 2 months ago

Description

Added kms CMK support for ecs

Related Issue

Checklist

Please ensure that the following steps are completed before submitting the pull request:

Type of change

Please delete options that are not relevant.

Testing Instructions

Ran example folder and it deployed all resources perfectly , nothing is a breaking change

sonarcloud[bot] commented 2 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud

mayank0202 commented 2 months ago

@tsaucier-sf as per discussion we don't have functionality for ECS Fargate ephemeral storage

issues-aws-provider

Currently only execute_command_configuration is allowed in an ECS cluster configuration in Terraform which i have added in this PR