Open ashishxooa opened 5 years ago
Hi,
Trying to install OKD on AWS using this module. However getting the below error.
My config is the same as the one provided in OKD example with the below lines commented, since I intent to use .nio.ip domain.
# Use nip(default). Master: https://xx.xx.xx.xx.nip.io:8443/ # platform_domain = ""
Error: Error refreshing state: 1 error(s) occurred:
module.domain.data.aws_route53_zone.public: 1 error(s) occurred:
module.domain.data.aws_route53_zone.public: data.aws_route53_zone.public: no matching Route53Zone found
Please help
Hope it is not too late. I run into the same problem. I replaced the main.tf from example/nip, update the module source path by removing the ../.., run terraform init, it works.
main.tf
../..
terraform init
Hi,
Trying to install OKD on AWS using this module. However getting the below error.
My config is the same as the one provided in OKD example with the below lines commented, since I intent to use .nio.ip domain.
Error: Error refreshing state: 1 error(s) occurred:
module.domain.data.aws_route53_zone.public: 1 error(s) occurred:
module.domain.data.aws_route53_zone.public: data.aws_route53_zone.public: no matching Route53Zone found
Please help