v1.1.1
·
23 commits
to refs/heads/main
since this release
fix: Default iops to null (#168) @kbolino (#176)
what
The default value of the iops
variable is changed from 0
to null
.
why
Resolves an issue with gp3
storage type when allocated storage is below 400 GB. This shouldn't cause problems in other cases, as the parameter is optional at the provider level.
references
🤖 Automatic Updates
Use GitHub Action Workflows from `cloudposse/.github` Repo @osterman (#175)
what
- Install latest GitHub Action Workflows
why
- Use shared workflows from
cldouposse/.github
repository - Simplify management of workflows from centralized hub of configuration