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

Support for init for versions > 0.10.0 #8

Open
dpires opened this issue Mar 20, 2019 · 2 comments
Open

Support for init for versions > 0.10.0 #8

dpires opened this issue Mar 20, 2019 · 2 comments

Comments

@dpires
Copy link
Owner

dpires commented Mar 20, 2019

As of v0.10, provider plugins are no longer included in the main Terraform distribution. Instead, they are distributed separately and installed automatically by the terraform init command.

https://www.terraform.io/upgrade-guides/0-10.html

Without an option to run init, an error will be returned:

Could not satisfy plugin requirements.

Plugins are external binaries that Terraform uses to access and manipulate
resources. The configuration provided requires plugins which can't be located,
don't satisfy the version constraints, or are otherwise incompatible.

dpires added a commit that referenced this issue Feb 25, 2020
Update README.md and wiki url
@ctmcisco
Copy link

ctmcisco commented Dec 4, 2020

Hello,

Just dropping in a nudge here.
The issue seems to have been open for some time and someone in the community has a pull request with the fix.
Who can look at this open item from Jenkins and merge the Pull Request?

UPDATE:

@dpires , I see you work inside the organization. and read some of the other issues. I assume the pull request cannot be merged due to back support of the other versions?

@dpires
Copy link
Owner Author

dpires commented Dec 4, 2020

@ctmcisco I believe the PR was for pipeline/programmatic support. Adding init to the UI would be confusing and it would break. I think the best approach is to make a v2 breaking change and add support for all the latest changes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants