We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is this functionality available in the [AWS provider for Terraform] Yes ✅. AWS provider version: 5.81.0
It is not possible to configure containerInsights within cluster_settings. I want to set it up to "enhaced" rather than the default value "enabled".
My terraform configuration cluster_settings = [ { "name": "containerInsights", "value": "enhaced" } ]
cluster_settings = [ { "name": "containerInsights", "value": "enhaced" } ]
Error when applying │ Error: updating ECS Cluster (ARN): operation error ECS: UpdateCluster, https response error StatusCode: 400, RequestID: 1234, InvalidParameterException: Invalid setting 'value'
│ Error: updating ECS Cluster (ARN): operation error ECS: UpdateCluster, https response error StatusCode: 400, RequestID: 1234, InvalidParameterException: Invalid setting 'value'
I was able to do this modification by using the aws cli. Link to the docs:
I would like for the module to allow to set up container insights with enhanced observability.
Update AWS provider version to 5.81.0 or higher.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is your request related to a new offering from AWS?
Is this functionality available in the [AWS provider for Terraform]
Yes ✅. AWS provider version: 5.81.0
Is your request related to a problem? Please describe.
It is not possible to configure containerInsights within cluster_settings. I want to set it up to "enhaced" rather than the default value "enabled".
My terraform configuration
cluster_settings = [ { "name": "containerInsights", "value": "enhaced" } ]
Error when applying
│ Error: updating ECS Cluster (ARN): operation error ECS: UpdateCluster, https response error StatusCode: 400, RequestID: 1234, InvalidParameterException: Invalid setting 'value'
I was able to do this modification by using the aws cli. Link to the docs:
Describe the solution you'd like.
I would like for the module to allow to set up container insights with enhanced observability.
Describe alternatives you've considered.
Update AWS provider version to 5.81.0 or higher.
The text was updated successfully, but these errors were encountered: