Skip to content
This repository has been archived by the owner on Jun 27, 2021. It is now read-only.

Releases: DeviaVir/terraform-provider-gsuite

v0.1.50

15 Jun 17:08
v0.1.50
cce06d1
Compare
Choose a tag to compare
  • adding website docs

v0.1.49

15 Jun 12:03
v0.1.49
7570c5b
Compare
Choose a tag to compare
  • [FIX] travis builds
  • [FIX] Creating group with aliases in single plan fails #142

v0.1.47

11 Jun 17:27
v0.1.47
c869d77
Compare
Choose a tag to compare

Releasing only zip from this release on out.

v0.1.46

09 Jun 10:45
v0.1.46
f258d9a
Compare
Choose a tag to compare
  • Add a list of organizations the user belongs to (#141)
  • feat: generate a random password at user creation if not defined (#140)
  • Add reference about scope apps.groups.settings (#139)

v0.1.45

20 May 22:31
v0.1.45
e8a3eb0
Compare
Choose a tag to compare
  • Add gsuite_user_attributes resource #138

v0.1.44

15 Apr 10:26
v0.1.44
8f04384
Compare
Choose a tag to compare

This release further improves upon the retry logic:

  • always retry server errors
  • only retry invalid server errors (400/invalid) when using retryInvalid

v0.1.43

15 Apr 10:16
v0.1.43
120324d
Compare
Choose a tag to compare

This release contains an extra retry parameter for the G Suite API.

Traced folks having the same issue here https://groups.google.com/forum/#!topic/google-apps-manager/2iuYqivi6TQ, and the "fix" that made it work for them: GAM-team/GAM@ac2eb99

which looks like the "invalid" being retried solved it for them. In the next release I'll see about a special "retry 400" case.

v0.1.42

14 Apr 19:09
v0.1.42
99fe1dc
Compare
Choose a tag to compare
  • pass type=work to all multi-valued attributes (#136)
  • using getAPIMembers in resource_group_member so we can find a user hidden behind pagination

v0.1.40

23 Mar 18:38
v0.1.40
8d77a99
Compare
Choose a tag to compare
  • Add recovery_email and recovery_phone to gsuite user data (#125)
  • validate that the local portion of the group email doesn't exceed 63 characters (#131)

v0.1.39

22 Jan 15:52
v0.1.39
40e3164
Compare
Choose a tag to compare

hotfixing release v0.1.36+v0.1.38