Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable vpc selector for Route53 Zone #456

Merged
merged 1 commit into from
Feb 2, 2023

Commits on Jan 19, 2023

  1. Enable vpc selector for Route53 Zone

    Follow the instuctions at https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/route53_zone_association
    ```
    Unless explicit association ordering is required (e.g., a separate cross-account association authorization), usage of this resource is not recommended. Use the vpc configuration blocks available within the aws_route53_zone resource instead.
    ```
    
    and rely on the Zone resource for VPC association
    
    * Enable `vpc` section of `Zone` resource
    * It makes it compliant with community provider-aws HostedZone resource
      so ease the migration
    * Document disablement of `route53_vpc_association` resource
    * Remove `route53_vpc_association` related configuration
    
    Signed-off-by: Yury Tsarev <[email protected]>
    ytsarev committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    532bf11 View commit details
    Browse the repository at this point in the history