Releases: hashicorp/terraform-provider-googleworkspace
v0.7.0
FEATURES:
- New Datasource:
googleworkspace_groups
(#313)
IMPROVEMENTS:
- provider: added support for using the
GOOGLE_OAUTH_ACCESS_TOKEN
environment variable for authentication (#319)
BUG FIXES:
- directory: fixed bug where
custom_schemas
were not populating ingoogleworkspace_users
[GH-279] - directory: fixed bug where
recovery_phone
andrecovery_email
could not be removed from thegoogleworkspace_user
resource [GH-261] - directory: fixed bug where creation of
user
,group
,group_member
, andgroup_settings
resources were affected by 404s from the API [GH-287] - directory: fixed bug where creating a
googleworkspace_org_unit
would fail with401
despite it being created [GH-327]
v0.6.0
v0.5.2
BUG FIXES:
- directory: fixed bug where
googleworkspace_group_member
would error if a member already existed (#211) - directory: fixed bug where
googleworkspace_group_members
would only show the first 200 members (#209) - directory: fixed bug where
googleworkspace_user
showed a perma-diff onlanguages.language_code
(#208) - directory: fixed bug where
googleworkspace_user
errored when addingaliases
on initial create (#208) - groups settings: added validation options
ALL_OWNERS_CAN_CONTACT
validation towho_can_contact_owner
andALL_OWNERS_CAN_VIEW
towho_can_view_membership
andwho_can_view_group
. (#207)
v0.5.1
v0.5.0
FEATURES:
-
New Resource:
googleworkspace_group_members
(#155) -
New Datasource:
googleworkspace_group_members
(#155)
IMPROVEMENTS:
- provider: added ability to authenticate using user credentials (#156)
- provider: added ability to authenticate using
access_token
rather than just credentials (#165) - provider: added retryTransport that will retry after common Google errors (like network errors, rate limiting errors, etc) (#163)
BUG FIXES:
v0.4.1
BUG FIXES:
- provider: fixed validation of credentials (#126)
- directory: fixed bug where
googleworkspace_user.password
was always required, which would break on import, now it is only required on create. (#125) - directory: fixed permadiff on
googleworkspace_user.custom_schemas
(#129) - directory: fixed bug where different fields on
googleworkspace_user
would error if the value was empty. (#133) - directory: fixed bugs on
googleworkspace_group
,googleworkspace_group_member
andgoogleworkspace_org_unit
where changes made out of band would not refresh appropriately. (#136) - directory: changed nested
type
fields ongoogleworkspace_org_user
from optional to required. (#139) - gmail: fixed bugs on
googleworkspace_gmail_send_as_alias
where changes made out of band would not refresh appropriately. (#136)
v0.4.0
v0.3.0
FEATURES:
-
New Resource:
googleworkspace_chrome_policy
(#97) -
New Resource:
googleworkspace_domain_alias
(#92) -
New Datasource:
googleworkspace_chrome_policy_schema
(#97) -
New Datasource:
googleworkspace_domain_alias
(#92)
IMPROVEMENTS:
- provider: added support for using the
GOOGLE_CREDENTIALS
environment variable for authentication (#87)
BUG FIXES:
- all: added logging of the http requests/responses (#93)
v0.2.0
v0.1.0
FEATURES:
-
New Resource:
googleworkspace_domain
(#12) -
New Resource:
googleworkspace_group
(#18) -
New Resource:
googleworkspace_group_member
(#31) -
New Resource:
googleworkspace_group_settings
(#29) -
New Resource:
googleworkspace_schema
(#20) -
New Resource:
googleworkspace_user
(#15) -
New Datasource:
googleworkspace_domain
(#12) -
New Datasource:
googleworkspace_group
(#18) -
New Datasource:
googleworkspace_group_member
(#31) -
New Datasource:
googleworkspace_group_settings
(#32) -
New Datasource:
googleworkspace_schema
(#20) -
New Datasource:
googleworkspace_user
(#15)