Skip to content

Releases: BurdaForward/terraform-provider-aws-sso-scim

v0.9.0

30 Aug 07:42
Compare
Choose a tag to compare

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

03 Feb 07:38
Compare
Choose a tag to compare

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

01 Aug 15:03
1de56ef
Compare
Choose a tag to compare
  • Add more attributes to aws-sso-scim_user datasource
  • Allow configuration of primary e-mail on aws-sso-scim_user resource

v0.6.1

29 Mar 22:49
bea0bb5
Compare
Choose a tag to compare
  • Fixed issue with aws-sso-scim_group_member drift not being detected correctly.

Full Changelog: v0.6.0...v0.6.1

v0.6.0

29 Mar 21:28
fc0abb7
Compare
Choose a tag to compare

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

Full Changelog: v0.5.0...v0.6.0

v0.5.0

26 Oct 07:44
Compare
Choose a tag to compare
  • Update to golang 1.17
  • Provides darwin/arm64 builds

v0.4.1

06 Sep 08:46
2dd6e81
Compare
Choose a tag to compare
  • 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.

v0.4.0

06 Sep 07:38
e937ed0
Compare
Choose a tag to compare
  • Automated tests with Terraform 1.0 (8a73494)
  • Refactor a lot of API Client code (c564eae)
  • New "active" argument for the "aws-sso-scim_user" resource. (e937ed0) Thanks to @manospasj for contributing this feature.

v0.3.1

10 Jun 10:57
5cc97d9
Compare
Choose a tag to compare

Adds missing documentation page about the new aws-sso-scim_user resource.

v0.3.0

10 Jun 10:37
aa7d58e
Compare
Choose a tag to compare

Adds a minimal implementation of the aws-sso-scim_user resource, allowing you to create users with only the required attributes set. Full attribute support will follow in a future release.