chore(deps): update terraform cloudposse/ec2-autoscale-group/aws to v0.39.0 (main) #106
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.37.1
->0.39.0
Release Notes
cloudposse/terraform-aws-ec2-autoscale-group (cloudposse/ec2-autoscale-group/aws)
v0.39.0
Compare Source
Change mixed instances policy fields to optional @pagmerek (#126)
what
why
In my other PR for terraform ECS component I changed the default value of variable that is being passed here. Without this change terraform will complain that there is no such field as instances_distribution/override
references
v0.38.0
Compare Source
🚀 Enhancements
Add optional network_interface_id variable @gbarna-bd (#124)
what
network_interface_id
variable to launch_templatewhy
references
v0.37.2
Compare Source
🚀 Enhancements
Require AWS provider 5.16+ @raymondchen625 (#123)
what
Version
v0.36.0
does not work with AWS Provider 4.X.why
In PR #121 of
v0.36.0
, the preference keyscale_in_protected_instances
, which had been available only since AWS Provider5.16.0
introduced by PR#33310, was added. That basically upgrades the required AWS provider version to5.16.0+
.We will get errors like the below while planning with AWS provider
<5.16.0
:references
🐛 Bug Fixes
Require AWS provider 5.16+ @raymondchen625 (#123)
what
Version
v0.36.0
does not work with AWS Provider 4.X.why
In PR #121 of
v0.36.0
, the preference keyscale_in_protected_instances
, which had been available only since AWS Provider5.16.0
introduced by PR#33310, was added. That basically upgrades the required AWS provider version to5.16.0+
.We will get errors like the below while planning with AWS provider
<5.16.0
:references
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.