Releases: DeviaVir/terraform-provider-gsuite
Releases · DeviaVir/terraform-provider-gsuite
v0.1.25
- 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
- Fix custom resource ordering #86
- Add external_ids argument to user #85
- Google endpoint update #83
v0.1.23
- changing google endpoint to
"https://oauth2.googleapis.com/token",
v0.1.22
- implement the new group settings API
- fix a bug with customschemas not updating when changed in the UI
v0.1.21
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
This release is built off of go modules.
Untested as of yet, so marking as a pre-release.
v0.1.19
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
data sources:
data "gsuite_user" "chase" {
primary_email = "xxx@xxx"
}
data "gsuite_group" "admin_team" {
email = "xxx-team@xxx"
}
v0.1.18
data sources:
data "gsuite_user" "chase" {
primary_email = "xxx@xxx"
}
data "gsuite_group" "admin_team" {
email = "xxx-team@xxx"
}