Skip to content
This repository has been archived by the owner on Jun 17, 2024. It is now read-only.

terraform-provider-vra7 v0.2.0 not compatible with Terraform v0.12.0 #13

Closed
mcascone opened this issue May 22, 2019 · 0 comments · Fixed by #17
Closed

terraform-provider-vra7 v0.2.0 not compatible with Terraform v0.12.0 #13

mcascone opened this issue May 22, 2019 · 0 comments · Fixed by #17

Comments

@mcascone
Copy link

vRA 7.x version
n/a
Terraform version
v0.12.0
terraform-provider-vra7 plugin version
v0.2.0

Describe the bug
After upgrade to Terraform 0.12, the vra7 provider can not be instantiated.

To Reproduce
Steps to reproduce the behavior:

  1. upgrade to Terraform v0.12.0
  2. terraform plan
  3. Error: Failed to instantiate provider "vra7" to obtain schema: Incompatible API version with plugin. Plugin version: 4, Client versions: [5]
  4. terraform init -upgrade
Initializing the backend...

Initializing provider plugins...
- Checking for available provider plugins...

Provider "vra7" not available for installation.

A provider named "vra7" could not be found in the Terraform Registry.

This may result from mistyping the provider name, or the given provider may
be a third-party provider that cannot be installed automatically.

In the latter case, the plugin must be installed manually by locating and
downloading a suitable distribution package and placing the plugin's executable
file in the following directory:
    terraform.d/plugins/windows_amd64

Terraform detects necessary plugins by inspecting the configuration and state.
To view the provider versions requested by each module, run
"terraform providers".

Error: no provider exists with the given name
> terraform providers
.
└── provider.vra7

Expected behavior
The vra7 provider works with the upgraded Terraform application.

Screenshots
n/a
Logs
n/a

Desktop (please complete the following information):

  • OS: Windows 10

Additional context
Thanks!

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

Successfully merging a pull request may close this issue.

1 participant