You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
\Initializing modules...
Initializing the backend...
Initializing provider plugins...
- Using previously-installed hashicorp/google-beta v3.49.0
- Using previously-installed hashicorp/template v2.2.0
- Using previously-installed hashicorp/google v3.49.0
- Using previously-installed banzaicloud/k8s v0.8.3
- Using previously-installed hashicorp/kubernetes v1.13.3
- Using previously-installed hashicorp/random v3.0.0
- Finding latest version of hashicorp/k8s...
Error: Failed to install provider
Error while installing hashicorp/k8s: provider registry registry.terraform.io
does not have a provider named registry.terraform.io/hashicorp/k8s
Looks like somehow tf is looking for hashicorp/k8s. When I move resource "k8s_manifest" "nvidia_installer" within the root module, everything is fine.
Is that a known issue or am I doing something wrong?
The text was updated successfully, but these errors were encountered:
Using TF 0.13.5 and k8s 0.8.3.
When my k8s resource is within a submodule of the root module:
and my root module declares the k8s provider:
then upon
tf init
:Looks like somehow tf is looking for
hashicorp/k8s
. When I moveresource "k8s_manifest" "nvidia_installer"
within the root module, everything is fine.Is that a known issue or am I doing something wrong?
The text was updated successfully, but these errors were encountered: