You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Terraform: Terraform v1.4.6 on darwin_arm64
Provider: hashicorp/ad v0.4.4
Windows Version
Windows Server 2022
Affected Resource(s)
ad_ou
Probably includes other resources with attributes that are not being properly cleared by being set to $null.
Terraform Configuration Files
resource"ad_ou""standard" {
name="Standard"description="Test Description"# Remove and re-apply changes after 1st run to get error# description = "" # You can also set description to an empty string to get errorpath="OU=Users,OU=ad,DC=ad,DC=test,DC=com"protected=true
}
Expected Behavior
The description attribute should have been removed from the OU.
Terraform Version and Provider Version
Terraform:
Terraform v1.4.6 on darwin_arm64
Provider:
hashicorp/ad v0.4.4
Windows Version
Windows Server 2022
Affected Resource(s)
ad_ou
Probably includes other resources with attributes that are not being properly cleared by being set to
$null
.Terraform Configuration Files
Expected Behavior
The description attribute should have been removed from the OU.
Actual Behavior
Steps to Reproduce
terraform apply
Community Note
The text was updated successfully, but these errors were encountered: