1
0
mirror of https://github.com/openshift/installer.git synced 2026-02-05 06:46:36 +01:00
Files
installer/data
Abhinav Dahiya 37f69179b6 data/data/aws: use vpc configuration block for route53 zone int
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
2018-12-19 15:27:16 -08:00
..
2018-09-25 23:32:10 -07:00
2018-09-25 23:32:10 -07:00