terraform-provider-ad

Active Directory provider for HashiCorp Terraform (experimental)

MPL-2.0 License

Stars
140
Committers
22

Bot releases are hidden (Show)

terraform-provider-ad - v0.5.0 Latest Release

Published by katbyte 7 months ago

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]
terraform-provider-ad - v0.4.4

Published by koikonom over 2 years ago

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
terraform-provider-ad -

Published by koikonom over 3 years ago

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)
terraform-provider-ad -

Published by koikonom over 3 years ago

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)
terraform-provider-ad -

Published by koikonom almost 4 years ago

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)
terraform-provider-ad -

Published by koikonom almost 4 years ago

FEATURES:

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

Published by koikonom almost 4 years ago

FEATURES:

New Resource: ad_group_membership

BUGFIXES:

Resource: ad_user now supports moving users between containers (#49)
terraform-provider-ad - v0.2.0

Published by aareet about 4 years ago

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)
Package Rankings
Top 8.17% on Proxy.golang.org
Badges
Extracted from project README
Releases LICENSE
Related Projects