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

build: make example fails on terraform v1.4.x #260

Closed
bpg opened this issue Mar 14, 2023 · 0 comments · Fixed by #262
Closed

build: make example fails on terraform v1.4.x #260

bpg opened this issue Mar 14, 2023 · 0 comments · Fixed by #262
Labels
🐛 bug Something isn't working

Comments

@bpg
Copy link
Owner

bpg commented Mar 14, 2023

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:

  1. Run make example-build && make example-init in the project's root.
  2. The init phase fails with
...
Initializing provider plugins...
- Finding hashicorp/local versions matching "2.2.2"...
- Finding bpg/proxmox versions matching "9999.0.0"...
- Finding hashicorp/tls versions matching "3.1.0"...
- Installing hashicorp/local v2.2.2...
- Installed hashicorp/local v2.2.2 (signed by HashiCorp)
- Installing bpg/proxmox v9999.0.0...
- Installing hashicorp/tls v3.1.0...
- Installed hashicorp/tls v3.1.0 (signed by HashiCorp)
╷
│ Error: Failed to install provider
│ 
│ Error while installing bpg/proxmox v9999.0.0: cannot install existing provider directory /<redacted>/terraform-provider-proxmox/cache/plugins/registry.terraform.io/bpg/proxmox/9999.0.0/darwin_arm64 to itself
╵

Expected behavior
The command should complete without errors and should initialize the TF workspace.

Additional context
Works fine on terraform v1.3.9

@bpg bpg added the 🐛 bug Something isn't working label Mar 14, 2023
@bpg bpg changed the title tooling: make example fails on terraform v1.4.0 tooling: make example fails on terraform v1.4.0 Mar 14, 2023
@bpg bpg changed the title tooling: make example fails on terraform v1.4.0 build: make example fails on terraform v1.4.x Mar 17, 2023
@bpg bpg closed this as completed in #262 Mar 17, 2023
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

Successfully merging a pull request may close this issue.

1 participant