BREAKING CHANGES:
If you are using the ad_group
or ad_user
datasources you will have to update some fields in your terraform configuration.
- Resource:
ad_group
datasource now use the attributegroup_id
instead ofguid
. (#69) - Resource:
ad_user
datasource now use the attributeuser_id
instead ofguid
. (#69)
BUGFIXES:
- Resource:
ad_group_membership
uses parameterMembers
instead ofMember
. (#68) - Kerberos Authentication: Kerberos now respects the protocol setting and correctly uses https when instructed, instead of always using
http
. (#66)
FEATURES: