chore(deps): update terraform cloudposse/ecs-cluster/aws to v1 #35
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.9.0->1.2.0Release Notes
cloudposse/terraform-aws-ecs-cluster (cloudposse/ecs-cluster/aws)
v1.2.0Compare Source
don't create instance profile if we're not using EC2 @icornett (#71)
what
I was getting an error about IAM instance profiles when I'm only deploying Fargate instances. I changed the creation conditional to only create the instance profile if the length of
var.capacity_providers_ec2is greater than 0.why
references
v1.1.0Compare Source
fix: expose launch_template_version variable to enable instance refresh @litanyofmadness (#62)
what
launch_template_versionvariable in thecapacity_providers_ec2object.instance_refreshblock.why
launch_template_version, it is not possible to trigger an instance refresh when the launch template changes.instance_refreshoptions provide more flexibility and control over how instance refreshes are performed.references
instance_refreshconfiguration block for theaws_autoscaling_groupresource.terraform-aws-ec2-autoscale-groupmodule: launch_template_version, behavior, instance_refresh.terraform-aws-ec2-autoscale-groupmodule that provides a more detailed description of this behavior.v1.0.0Compare Source
Provider v6 Compatibility - Remove `elastic_gpu_specifications`. @tionichm (#67)
what
Removed deprecated
elastic_gpu_specificationsfromec2-autoscale-group.Bumped
ec2-autoscale-groupto0.41.1.why
This module cannot be used with the AWS v6 provider until this field has been removed.
This field has been removed in
ec2-autoscale-group.Closes #65, #69
references
cloudposse/terraform-aws-ec2-autoscale-group#154
https://registry.terraform.io/providers/hashicorp/aws/latest/docs/guides/version-6-upgrade#resource-aws_launch_template
🤖 Automatic Updates
Fix go version in tests @osterman (#64)
what
1.24why
References
Replace Makefile with atmos.yaml @osterman (#61)
what
Makefileatmos.yamlwhy
build-harnesswithatmosfor readme genrationReferences
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 was generated by Mend Renovate. View the repository job log.