mirror of
https://github.com/openshift/installer.git
synced 2026-02-05 06:46:36 +01:00
Seeing this error when running on AWS. ```console ERROR ERROR Warning: aws_route53_zone.int: "vpc_id": [DEPRECATED] use 'vpc' attribute instead ERROR ERROR ``` https://www.terraform.io/docs/providers/aws/r/route53_zone.html#vpc_id states the `vpc_id` field is deprecated. here are the fields supported by `vpc` configuration block https://github.com/terraform-providers/terraform-provider-aws/blob/v1.51.0/aws/resource_aws_route53_zone.go#L43