Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make external fails due to missing zerotier dependency #167

Open
2 tasks done
km1uk opened this issue Sep 16, 2024 · 0 comments
Open
2 tasks done

make external fails due to missing zerotier dependency #167

km1uk opened this issue Sep 16, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@km1uk
Copy link

km1uk commented Sep 16, 2024

Describe the bug

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:

  1. make tools
  2. make configure
  3. git push
  4. make - fails when it gets to make external
  5. 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:

@km1uk km1uk added the bug Something isn't working label Sep 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants