Releases: BurdaForward/terraform-provider-aws-sso-scim
Releases · BurdaForward/terraform-provider-aws-sso-scim
v0.9.0
New Contributors
- @vulkoingim made their first contribution in #75, implementing state import for resources. Thanks!
What's Changed
- Bump golang.org/x/text from 0.3.7 to 0.3.8 by @dependabot in #67
- Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.24.1 to 2.25.0 by @dependabot in #66
- Bump golang.org/x/net from 0.0.0-20211112202133-69e39bad7dc2 to 0.7.0 by @dependabot in #69
- Bump golang.org/x/time from 0.0.0-20191024005414-555d28b269f0 to 0.3.0 by @dependabot in #68
- add state import for resources by @vulkoingim in #75
- Bump github.com/hashicorp/terraform-plugin-docs from 0.13.0 to 0.14.1 by @dependabot in #71
- Bump actions/setup-go from 3 to 4 by @dependabot in #72
- Bump goreleaser/goreleaser-action from 4.2.0 to 4.4.0 by @dependabot in #76
- Bump github.com/hashicorp/terraform-plugin-docs from 0.14.1 to 0.16.0 by @dependabot in #77
- Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.25.0 to 2.28.0 by @dependabot in #78
Full Changelog: v0.8.0...v0.9.0
v0.8.0
Thanks to @davidsonjon the following features have been added:
- Make the aws-sso-scim_group resource mutable, can now change display name. Added external_id attribute on aws-sso-scim_group. 90076af
Chores:
v0.7.0
v0.6.1
- Fixed issue with
aws-sso-scim_group_member
drift not being detected correctly.
Full Changelog: v0.6.0...v0.6.1
v0.6.0
What's Changed
- Properly handle vanished resources in 4ae3dd5
- Add example/documentation for aws-sso-scim_user by @vincenttjia in #28
- Update to Go 1.18 and bump many dependencies to the latest versions
New Contributors
- @vincenttjia made their first contribution in #28
Full Changelog: v0.5.0...v0.6.0
v0.5.0
v0.4.1
- Updated and extended Documentation
- Change behaviour of Provider arguments to
Required
. This will not change the effective behaviour, as previously already the client code itself made a check for the arguments.