You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have updated our ansible provider to 1.3.0, after running a plan we have started to see the following:
Error: Failed to query available provider packages
│
│ Could not retrieve the list of available versions for provider
│ ansible/ansible: locked provider registry.terraform.io/ansible/ansible
│ 1.3.0 does not match configured version constraint 1.1.0, 1.3.0; must use
│ terraform init -upgrade to allow selection of new versions
Originally we were on 1.1.0 and had started to receive the below hence why we attempted to update the provider.
│ Error: Incompatible provider version
│
│ Provider registry.terraform.io/ansible/ansible v1.1.0 does not have a
│ package available for your current platform, linux_amd64.
│
│ Provider releases are separate from Terraform CLI releases, so not all
│ providers are available for all platforms. Other versions of this provider
│ may have different platforms supported.
We are currently stuck and unable to use the ansible provider at this point.
The text was updated successfully, but these errors were encountered:
Seems related as 1.1.0 is not playing nicely, We ended up getting 1.3.0 working (missed out a provider block that needed updating) and pipelines are now behaving.
We have updated our ansible provider to 1.3.0, after running a plan we have started to see the following:
Error: Failed to query available provider packages
│
│ Could not retrieve the list of available versions for provider
│ ansible/ansible: locked provider registry.terraform.io/ansible/ansible
│ 1.3.0 does not match configured version constraint 1.1.0, 1.3.0; must use
│ terraform init -upgrade to allow selection of new versions
Originally we were on 1.1.0 and had started to receive the below hence why we attempted to update the provider.
│ Error: Incompatible provider version
│
│ Provider registry.terraform.io/ansible/ansible v1.1.0 does not have a
│ package available for your current platform, linux_amd64.
│
│ Provider releases are separate from Terraform CLI releases, so not all
│ providers are available for all platforms. Other versions of this provider
│ may have different platforms supported.
We are currently stuck and unable to use the ansible provider at this point.
The text was updated successfully, but these errors were encountered: