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:
[31m[31m╷[0m[0m
[31m│[0m [0m[1m[31mError: [0m[0m[1mIncompatible provider version[0m
[31m│[0m [0m
[31m│[0m [0m[0mProvider registry.terraform.io/ansible/ansible v1.2.0 does not have a
[31m│[0m [0mpackage available for your current platform, linux_amd64.
[31m│[0m [0m
[31m│[0m [0mProvider releases are separate from Terraform CLI releases, so not all
[31m│[0m [0mproviders are available for all platforms. Other versions of this provider
[31m│[0m [0mmay have different platforms supported.
[31m╵[0m[0m
[0m[0m
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.
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:
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.