terraform-provider-datadog icon indicating copy to clipboard operation
terraform-provider-datadog copied to clipboard

Request: `datadog_child_organization` data source

Open nitrocode opened this issue 3 years ago • 1 comments

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

nitrocode avatar Sep 17 '21 19:09 nitrocode

Hi That won't be possible as there is no API to get/update a child organisation using the credentials from the parent one.

zippolyte avatar Sep 27 '21 13:09 zippolyte