hashicorp / terraform-provider-ad

Active Directory provider for HashiCorp Terraform (experimental)
https://registry.terraform.io/providers/hashicorp/ad/latest
Mozilla Public License 2.0
140 stars 72 forks source link

Groups with underscore (_) break after apply #180

Open james-martinez opened 1 year ago

james-martinez commented 1 year ago

When creating groups with an underscore _ , the apply succeeds. After initial apply, a plan is run and fails. v0.4.4

https://github.com/hashicorp/terraform-provider-ad/blob/7e282353d442db578555be0178ca5ceb2f8ede92/ad/resource_ad_group_membership.go#L43C33-L43C34

SimonG-Alza commented 1 day ago

https://github.com/hashicorp/terraform-provider-ad/pull/156 someone could merge this PR to fix this problem