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
A clear and concise description of what the bug is.
I have read the documentation
I have searched open issues
To reproduce
Steps to reproduce the behavior:
make tools
make configure
git push
make - fails when it gets to make external
See error in logs
Expected behavior
I'm not sure where zerotier is being referenced as I couldn't find it in any of the terraform files. Seems like this is some sort of hangover from a previous attempt, but not sure where to look to find the issue. There's no zerotier directory in modules/ but it's mentioned in .terraform.lock.hcl and .terraform/providers/registry.terraform.io/zerotier exists.
Logs and screenshots
│ Error: Provider configuration not present
│
│ To work with module.zerotier.zerotier_member.router (orphan) its original provider configuration at
│ module.zerotier.provider["registry.terraform.io/zerotier/zerotier"] is required, but it has been removed. This occurs
│ when a provider configuration is removed while objects created by that provider still exist in the state. Re-add the
│ provider configuration to destroy module.zerotier.zerotier_member.router (orphan), after which you can remove the
│ provider configuration again.
╵
╷
│ Error: Provider configuration not present
│
│ To work with module.zerotier.zerotier_identity.router (orphan) its original provider configuration at
│ module.zerotier.provider["registry.terraform.io/zerotier/zerotier"] is required, but it has been removed. This occurs
│ when a provider configuration is removed while objects created by that provider still exist in the state. Re-add the
│ provider configuration to destroy module.zerotier.zerotier_identity.router (orphan), after which you can remove the
│ provider configuration again.
╵
╷
│ Error: Provider configuration not present
│
│ To work with module.zerotier.zerotier_network.network (orphan) its original provider configuration at
│ module.zerotier.provider["registry.terraform.io/zerotier/zerotier"] is required, but it has been removed. This occurs
│ when a provider configuration is removed while objects created by that provider still exist in the state. Re-add the
│ provider configuration to destroy module.zerotier.zerotier_network.network (orphan), after which you can remove the
│ provider configuration again.
Additional context
Add any other context about the problem here, for example:
Describe the bug
A clear and concise description of what the bug is.
To reproduce
Steps to reproduce the behavior:
make tools
make configure
git push
make
- fails when it gets tomake external
Expected behavior
I'm not sure where zerotier is being referenced as I couldn't find it in any of the terraform files. Seems like this is some sort of hangover from a previous attempt, but not sure where to look to find the issue. There's no zerotier directory in
modules/
but it's mentioned in.terraform.lock.hcl
and.terraform/providers/registry.terraform.io/zerotier
exists.Logs and screenshots
Additional context
Add any other context about the problem here, for example:
The text was updated successfully, but these errors were encountered: