Skip to content

Releases: hashicorp/terraform-provider-ad

v0.5.0

28 Mar 19:03
a771c1a
Compare
Choose a tag to compare

0.5.0 (March 28, 2024)

  • dependencies: update go to 1.21 [GH-187]
  • dependencies: update terraform-plugin-sdk to v2.33.0 [GH-187]

v0.4.4

05 Apr 16:28
Compare
Choose a tag to compare

IMPROVEMENTS:

  • Data Source: ad_user: Add distinguished_name attribute to data source.
  • Data Source: ad_group: Add distinguished_name attribute to data source.
  • Resource: ad_group: Add distinguished_name attribute to resource.
  • Resource: ad_user: Add distinguished_name attribute to resource.
  • provider: Ability to define a specific domain controller.
  • provider: Support for authentication via Kerberos keytab files

v0.4.3

10 Jun 16:17
Compare
Choose a tag to compare

FEATURES:

  • Provider: Support for "Double Hop" authentication (#117)

IMPROVEMENTS:

  • Data Source: ad_computer: Introduce computer_id field. (#118)
  • Data Source: ad_ou: Introduce ou_id field. (#118)

BUGFIXES:

  • Docs: Fixed formatting issues (#100)
  • Resource: ad_group Fix issue when moving group (#109)
  • Resource: ad_group Fix issue when moving group (#112)
  • Resource: ad_ou Fix issue when moving OU (#105)

v0.4.2

21 Apr 17:00
Compare
Choose a tag to compare

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

18 Jan 15:02
Compare
Choose a tag to compare

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 attribute group_id instead of guid. (#69)
  • Resource: ad_user datasource now use the attribute user_id instead of guid. (#69)

BUGFIXES:

  • Resource: ad_group_membership uses parameter Members instead of Member. (#68)
  • Kerberos Authentication: Kerberos now respects the protocol setting and correctly uses https when instructed, instead of always using http. (#66)

FEATURES:

  • Resource: ad_user: Added many standard attributes. (#63)
  • Resource: ad_user: Added support for custom attributes. (#73)

v0.4.0

17 Dec 17:14
Compare
Choose a tag to compare

FEATURES:

  • New Auth method: The provider now supports Kerberos authentication.
  • New Auth method: The provider now supports NTLM authentication.

v0.3.0

02 Dec 14:39
Compare
Choose a tag to compare

FEATURES:

New Resource: ad_group_membership

BUGFIXES:

Resource: ad_user now supports moving users between containers (#49)

v0.2.0

30 Jul 06:56
Compare
Choose a tag to compare

IMPROVEMENTS:

  • Upgraded to the provider SDK v2.0.0 (#37)

BUGFIXES:

  • Resource: ad_gpo_security now sets the correct Machine Extension Name in the GPO (#43)