cn-terraform / terraform-aws-ecs-fargate-task-definition

AWS ECS Fargate Task Definition Terraform Module
https://registry.terraform.io/modules/cn-terraform/ecs-fargate-task-definition
Apache License 2.0
50 stars 32 forks source link

Update Terraform cloudposse/ecs-container-definition/aws to v0.58.3 #39

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
cloudposse/ecs-container-definition/aws (source) module patch 0.58.2 -> 0.58.3

Release Notes

cloudposse/terraform-aws-ecs-container-definition ### [`v0.58.3`](https://togithub.com/cloudposse/terraform-aws-ecs-container-definition/releases/tag/0.58.3) [Compare Source](https://togithub.com/cloudposse/terraform-aws-ecs-container-definition/compare/0.58.2...0.58.3) #### πŸš€ Enhancements
fix: eternal churn of environment variables @​kevcube (#​159) #### what * Maybe the AWS container definition API changed but applying a container constructed from this module will post with `environment = null` which amazon translates to `environment = []` * So every subsequent apply will have changes in terraform like `environment = [] ~> null` #### why * if we match what amazon translates to, then the terraform state stays consistent

Configuration

πŸ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

β™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

πŸ”• Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.