v0.8.2 Breaking Change, reverted in v0.10.0
Breaking Change
This update to v0.8.2 inadvertently introduced a breaking change, reverted in v0.10.0.
Although the iam_policy_statements
input was documented as taking a map, in fact it accepted either a map or a list. In this v0.8.2 release it was limited to taking a map, breaking everything that provided a list. This change was reverted in v0.10.0.
🤖 Automatic Updates
Update Terraform cloudposse/iam-policy/aws to v1 (main) @renovate (#45)
This PR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
cloudposse/iam-policy/aws (source) | module | major | 0.4.0 -> 1.0.0 |
Release Notes
cloudposse/terraform-aws-iam-policy
v1.0.0
: Accept policy as fully defined object
What's Changed
- feat: define iam_policy_statements object syntax by @gberenice in https://github.com/cloudposse/terraform-aws-iam-policy/pull/26
New Contributors
- @gberenice made their first contribution in https://github.com/cloudposse/terraform-aws-iam-policy/pull/26
Full Changelog: cloudposse/terraform-aws-iam-policy@0.4.0...1.0.0
v0.5.0
Add conditions @nitrocode (#19)
what
- Add conditions
why
- Full example