🤖 Automatic Updates
chore(deps): update terraform cloudposse/label/null to v0.22.1 @renovate (#53)
This PR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
cloudposse/label/null (source) | terraform | patch | 0.22.0 -> 0.22.1
|
Release Notes
cloudposse/terraform-null-label
v0.22.1
Compare Source
Add var.attributes to end of context.attributes, not vice versa @Nuru (#114)
#### what
- Add `var.attributes` to end of `context.attributes`, not vice versa
- Update to current workflows (with some exceptions)
#### why
- Modules should append to attributes passed in, not insert themselves ahead of others
- New features, like auto-format (but holding back some, because this is a special module)
#### references
- closes #113
- closes #108