ansible / terraform-provider-ansible

community terraform provider for ansible
https://registry.terraform.io/providers/ansible/ansible/latest
GNU General Public License v3.0
183 stars 42 forks source link

Can't Provision With Older v1.2.0 Version Anymore #125

Closed irishgordo closed 1 month ago

irishgordo commented 1 month ago

Hi there, Hope the week has been going well so far :+1: :smile: , really dig this provider!

Just happening to notice my Jenkins Pipelines were crumbling with:

╷
│ Error: Incompatible provider version
│ 
│ Provider registry.terraform.io/ansible/ansible v1.2.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.
╵


And the only remedy was to bump the version from v1.2.0 -> v1.3.0. Was the other version w/ linux_amd64 deprecated?

I also bumped Terraform from v1.7.5 -> v1.8.3 and didn't notice any difference.

But yeah, I guess the work-around right now is to just pin the version at v1.3.0 over v1.2.0, I'll just have to go update all the repos provider.tfs.

irishgordo commented 1 month ago

Seems to be a duplicate "sorta" of: https://github.com/ansible/terraform-provider-ansible/issues/122

I'll go ahead and close this to reduce the chatter :smile: