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.8

16 Aug 10:17
v0.1.8
b451d43
Compare
Choose a tag to compare
  • resolved issue with case-mismatches between terraform and the API forcing a new resource on every run

v0.1.7

20 Jun 10:51
v0.1.7
1ece8af
Compare
Choose a tag to compare

bugfix related to gsuite_group_member

v0.1.6

20 Jun 10:15
v0.1.6
05f7f05
Compare
Choose a tag to compare

fixed a problem with gsuite_group_members failing to add external members (not in org).

v0.1.5

31 May 16:43
v0.1.5
8848f4b
Compare
Choose a tag to compare
  • decrease scope
  • go fmt code

v0.1.4

22 May 17:02
v0.1.4
b332598
Compare
Choose a tag to compare
  • locking dependencies

v0.1.3

22 May 09:08
v0.1.3
5601a55
Compare
Choose a tag to compare
  • ForceNew on gsuite_group_member

v0.1.2

18 Apr 09:41
v0.1.2
5196eeb
Compare
Choose a tag to compare

Changes:

  • using version in binary name #16

v0.1.1

16 Apr 18:09
v0.1.1
Compare
Choose a tag to compare

Notable changes since 0.1.0:

  • authentication via service account
  • importers
  • gsuite_group_members for controlling all of the members of a group in a single resource
  • unit tests

v0.1.0

09 Feb 17:37
v0.1.0
6bb4ed2
Compare
Choose a tag to compare

Basic support for:

  • gsuite_user
  • gsuite_group
  • gsuite_group_member

Make sure to read the README, so you have the right permissions set locally before trying to run this terraform provider.