chore(deps): update terraform cloudposse/ecs-container-definition/aws to v0.52.0 #129
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.49.2
->0.52.0
Release Notes
cloudposse/terraform-aws-ecs-container-definition
v0.52.0
Compare Source
secrets valueFrom @nitrocode (#126)
#### what * Fixes an issue in a previous PR https://github.com/cloudposse/terraform-aws-ecs-container-definition/pull/123 where `value` was used instead of `valueFrom` for the `secrets` key #### why * This fixes a bug in which the `secrets` key will break the module due to the incorrect key #### references * Closes https://github.com/cloudposse/terraform-aws-ecs-container-definition/issues/125v0.51.0
Compare Source
feat: add map_secrets @davidvasandani (#120) @nitrocode (#123)
Merge copy of #120
Commit history is the same
The original PR was failing on null secrets so I set
var.secrets
to[]
which is the same default asvar.environment
.v0.50.0
Compare Source
Remove sensitive outputs @nitrocode (#122)
#### what Revert `sensitive = true` outputs #### why Cannot see the difference in task definitions in `terraform plan` due to `sensitive = true` #### references Revert https://github.com/cloudposse/terraform-aws-ecs-container-definition/pull/118Renovate configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻️ Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.