🤖 Automatic Updates
Update README.md and docs @[cloudposse-releaser[bot]](https://github.com/apps/cloudposse-releaser) (#34)
## what This is an auto-generated PR that updates the README.md and docswhy
To have most recent changes of README.md and doc from origin templates
chore(deps): update terraform cloudposse/ec2-autoscale-group/aws to v0.41.1 @[renovate[bot]](https://github.com/apps/renovate) (#33)
This PR contains the following updates:Package | Type | Update | Change |
---|---|---|---|
cloudposse/ec2-autoscale-group/aws (source) | module | patch | 0.41.0 -> 0.41.1 |
Release Notes
cloudposse/terraform-aws-ec2-autoscale-group (cloudposse/ec2-autoscale-group/aws)
v0.41.1
fix: remove deprecated `elastic_gpu_specifications` @RoseSecurity (#154)
what
Amazon Elastic Graphics died on 8 Jan 2024, and the AWS provider yanked the knob in v6.0.0
. Use GPU-class instance types (G4*/G5, etc.) or other modern accelerators instead.
What
- Resolves the following error in pipeline:
│ Error: Unsupported block type
│
│ on .terraform/infra/modules/autoscale_group/main.tf line 39, in resource "aws_launch_template" "default":
│ 39: dynamic "elastic_gpu_specifications" {
│
│ Blocks of type "elastic_gpu_specifications" are not expected here.
- Bug fix (non-breaking change which fixes an issue)
- New feature (non-breaking change which adds functionality)
- Breaking change (fix or feature that would cause existing functionality to not work as expected)
- This change requires a documentation update
Testing
- Validated with
atmos validate stacks
- Performed successful
atmos terraform plan
on component using this module
References
🤖 Automatic Updates
Fix go version in tests @osterman (#152)
what
- Update go
1.24
why
- Error loading shared library libresolv.so.2 in Go 1.20
References
Replace Makefile with atmos.yaml @osterman (#151)
what
- Remove
Makefile
- Add
atmos.yaml
why
- Replace
build-harness
withatmos
for readme genration
References
- DEV-3229 Migrate from build-harness to atmos
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.
- If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.