Releases: hashicorp/terraform-provider-ad
Releases · hashicorp/terraform-provider-ad
v0.5.0
v0.4.4
IMPROVEMENTS:
- Data Source:
ad_user
: Adddistinguished_name
attribute to data source. - Data Source:
ad_group
: Adddistinguished_name
attribute to data source. - Resource:
ad_group
: Adddistinguished_name
attribute to resource. - Resource:
ad_user
: Adddistinguished_name
attribute to resource. - provider: Ability to define a specific domain controller.
- provider: Support for authentication via Kerberos keytab files
v0.4.3
v0.4.2
BUGFIXES:
- Resource:
ad_user
: Fix bug when removing user attributes. (#77) - Resource:
ad_group
: Use correct command when updating AD groups. (#83) - Resource:
ad_group
: Fix category name. (#69)
FEATURES:
- provider: Execute commands as current user when running on windows. (#80)
IMPROVEMENTS:
- Resource:
ad_computer
: Add description attribute to resource. (#85) - Resource:
ad_group
: Add description attribute to resource. (#93) - Resource:
ad_group, ad_user, ad_computer
: Add a computed field that holds the object's SID. (#76) - provider: Upgraded the terraform plugin SDK version to 2.5.0
- provider: Extract error messages from CLIXML. (#74)
v0.4.1
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: