[New Data Source]: Data zone domain #41426
Labels
new-data-source
Introduces a new data source.
service/datazone
Issues and PRs that pertain to the datazone service.
Milestone
Description
This provider implements a resource for data zone domains: https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/datazone_domain. However it does not yet implement a data source for the same component. It seems to me that it'd be useful to have this implemented, because the domain is required when creating other resources, such as an environment or a project, and such domain may already exist in a given AWS account.
Requested Resource(s) and/or Data Source(s)
aws_datazone_domain
. Reference in the Go SDK v2 here or there.Potential Terraform Configuration
Which could then export the identifier and the Arn.
References
https://docs.aws.amazon.com/datazone/latest/userguide/datazone-concepts.html#what-are-domains
https://docs.aws.amazon.com/datazone/latest/APIReference/API_GetDomain.html
https://docs.aws.amazon.com/datazone/latest/APIReference/API_ListDomains.html
Would you like to implement it?
Yes
The text was updated successfully, but these errors were encountered: