Releases: DeviaVir/terraform-provider-gsuite
Releases · DeviaVir/terraform-provider-gsuite
v0.1.62
- [enhancement] Google Workload Identity Federation (module upgrade) #180
v0.1.61
- [bugfix] Don't use httpclient unless it is set (#175)
v0.1.60
- Fix user attributes deletion issue #174
- Add support for fetching credentials from GCP metadata server #171
v0.1.59
- feat: support ALL_OWNERS_CAN_CONTACT option for who_can_contact_owner #169
- feat: Add arm64 to makefile and use golang 1.16 for cross compiling arm64 #170
v0.1.58
- Implement orderValues to order the values objects of custom attributes (#165)
- Remove a block which failed with the wrong error (#164)
- Fix user name example (#153)
v0.1.56
- this release contains documentation improvements/fixes (thank you to all contributing these!)
v0.1.55
- catch the case where an non-email is provided #152
- golang 1.15
v0.1.54
- custom schema doc update
- time.sleep on retry splay was set to nanoseconds instead of milliseconds
v0.1.53
- patch an eventual consistency error with G Suite group creation
v0.1.52
- [FIX] #142
- [IMPROVEMENT] now support update_existing for google groups
- [FIX] better googleapi error handling