literalice / terraform-aws-openshift

Creates OpenShift Container Platform(OCP) or OKD cluster
https://registry.terraform.io/modules/literalice/openshift/aws
35 stars 42 forks source link

Not working for OKD. #34

Open ashishxooa opened 5 years ago

ashishxooa commented 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:

Please help

kwjerrychan commented 4 years ago

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.