I am new with Kubespray and want to install Kubernetes cluster on Openstack. I follow https://github.com/kubernetes-sigs/kubespray/tree/master/contrib/terraform/openstack, but got an error when I ran initialization terraform init ../../contrib/terraform/openstack
The module address "modules/compute" could not be resolved.
If you intended this as a path relative to the current module, use
"./modules/compute" instead. The "./" prefix indicates that the address is a
relative filesystem path.```
I can see modules folder under openstack folder.
```ls ../../contrib/terraform/openstack/modules/
compute ips network```
Any help would be appreciated.