terraform-provider-datadog
terraform-provider-datadog copied to clipboard
Request: `datadog_child_organization` data source
It would be nice to reuse an existing datadog child organization's attributes
Terraform Version
terraform 1.0.7
datadog 3.3.0
Affected Resource(s)
-
datadog_child_organization
Terraform Configuration Files
data "datadog_child_organization" {
name = "mychildorg"
}
References
- https://github.com/DataDog/terraform-provider-datadog/pull/1184
Hi That won't be possible as there is no API to get/update a child organisation using the credentials from the parent one.