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
The AWS SDK just added support in v1.12.58 for specifying the Microsoft Active Directory edition (e.g. Standard or Enterprise) for the AWS Directory Service.
Terraform Version
terraform 0.10+
terraform-provider-aws 1.6.0
Affected Resource(s)
aws_directory_service_directory
Terraform Configuration Files
resource"aws_directory_service_directory""example" {
# new configurationedition="Standard"# ... existing configuration ...
}
Expected Behavior
New functionality.
Actual Behavior
Can specify the Active Directory edition when creating the resource. Defaults to Enterprise.
The AWS SDK just added support in v1.12.58 for specifying the Microsoft Active Directory edition (e.g.
Standard
orEnterprise
) for the AWS Directory Service.Terraform Version
Affected Resource(s)
aws_directory_service_directory
Terraform Configuration Files
Expected Behavior
New functionality.
Actual Behavior
Can specify the Active Directory edition when creating the resource. Defaults to
Enterprise
.References
The text was updated successfully, but these errors were encountered: