-
Notifications
You must be signed in to change notification settings - Fork 65
Update documentation to reflect Terraform 0.13 registry-based install #32
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
Comments
[SOLVED--see below] @nbering I'm trying to update to terraform 0.13.1. Can you share any clues on how to switch to the registry? I can see it here at https://registry.terraform.io/providers/nbering/ansible/latest
but terraform is looking for
|
I figured out the upgrade procedure: 'terraforom replace-provider' will convert the resources defined locally in your project:
NOTE that any modules which use |
Ah. I think I see what's going on there during the upgrade. It's stored a provider reference in your statefile and you need to upgrade that. That's good to note... it might happen the other-way-round too, if someone wants to fork the provider to make changes. |
@nbering I don't think I totally solved this problem after all. I've upgraded my state with
and terraform is still looking for the obsolete
|
@bdelvecchio Can you open a separate ticket for this? I had intended this one just to cover the documentation update, but it sounds like you need some troubleshooting. If you can find anything upstream from https://github.com/hashicorp/terraform, that might help you as well. In honesty, I haven't updated to 0.13 for my projects, yet... I usually wait a while because the early versions of Terraform major releases tend to be a little buggy. |
sorry for taking over this issue! I'll open another one. |
No description provided.
The text was updated successfully, but these errors were encountered: