When I run terraform apply (but not terraform validate) I get the following error,
Error: Invalid provider configuration
Provider "registry.terraform.io/terraform-provider-openstack/openstack" requires explicit configuration. Add a provider block to the root module and configure the provider's required arguments as described in the provider documentation.
Immediately followed by,
Error: One of
auth_urlorcloudmust be specifiedwith provider["registry.terraform.io/terraform-provider-openstack/openstack"], on <empty> line 0: (source code not available)
How can I resolve this problem?