hashicorp / terraform-provider-aws

The AWS Provider enables Terraform to manage AWS resources.
https://registry.terraform.io/providers/hashicorp/aws
Mozilla Public License 2.0
9.74k stars 9.1k forks source link

Data Source: aws_route53_zone - add associated VPCs list to response #19811

Open peter-weiss-prg opened 3 years ago

peter-weiss-prg commented 3 years ago

Community Note

Description

It would be very helpful feature if Data Source: aws_route53_zone returns associated VPCs list in response. It is supported by AWS api which is e.g. documented in boto3 https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/route53.html#Route53.Client.get_hosted_zone under get_hosted_zone operation.

New or Affected Resource(s)

peter-weiss-prg commented 3 years ago

@bill-rich pls anything new on this?

peter-weiss-prg commented 2 years ago

this is not enhancement. this is bug.

allomov commented 1 year ago

It looks like I recently had an error related to this issue: after I removed the PVC section from aws_route53_zone to change it from private to public, terraform wasn't re-created aws_route53_zone resource, so it was left private. Only manual invasion fixed the issue.