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

Releases: DeviaVir/terraform-provider-gsuite

v0.1.27

26 Sep 11:54
v0.1.27
46571d8
Compare
Choose a tag to compare

v0.1.25

25 Sep 15:03
v0.1.25
8399d70
Compare
Choose a tag to compare
  • Group Settings Import: email attribute needed to prevent crash in subsequent state refresh #91
  • Add the 'NONE' option to 'who_can_ban_users' #89
  • Allow configure the recovery email and phone #92

v0.1.24

29 Aug 07:38
v0.1.24
5cf5adb
Compare
Choose a tag to compare
  • Fix custom resource ordering #86
  • Add external_ids argument to user #85
  • Google endpoint update #83

v0.1.23

13 Aug 19:37
v0.1.23
c6eacd0
Compare
Choose a tag to compare
  • changing google endpoint to "https://oauth2.googleapis.com/token",

v0.1.22

24 Jun 14:47
v0.1.22
e09beef
Compare
Choose a tag to compare
  • implement the new group settings API
  • fix a bug with customschemas not updating when changed in the UI

v0.1.21

17 Jun 22:12
v0.1.21
66125d8
Compare
Choose a tag to compare

This version includes various fixes and features:

  • go modules
  • FullName fix
  • add note to add domain scope when using domain resource
  • orgUnitPath

Tested the release superficially.

v0.1.20

17 Jun 21:41
v0.1.20
dad8eb0
Compare
Choose a tag to compare
v0.1.20 Pre-release
Pre-release

This release is built off of go modules.

Untested as of yet, so marking as a pre-release.

v0.1.19

08 Apr 11:03
v0.1.19
0b5a294
Compare
Choose a tag to compare

bugfixes resource_group_member: when a member has been added via the console an error would be returned after some time.

v0.1.18-1

02 Apr 20:22
v0.1.18-1
28e5530
Compare
Choose a tag to compare

data sources:

data "gsuite_user" "chase" {
  primary_email = "xxx@xxx"
}

data "gsuite_group" "admin_team" {
  email = "xxx-team@xxx"
}

v0.1.18

29 Mar 12:23
v0.1.18
1b92745
Compare
Choose a tag to compare
v0.1.18 Pre-release
Pre-release

data sources:

data "gsuite_user" "chase" {
  primary_email = "xxx@xxx"
}

data "gsuite_group" "admin_team" {
  email = "xxx-team@xxx"
}