Closed ppuschmann closed 7 months ago
We are looking into this issue.
@ppuschmann
We tried with different combinations as below but all are working.
version = “2.5.0” >> Install 2.5.0 version = “>=2.5.0" >> Install 2.5.0 version = “~>2.5.0” >> Install 2.5.0 version = “<2.5.0" >> Install 2.4.1 version = “>=2.5.0” >> Upgrade to 2.5.0 [terraform init --upgrade]
We are Unable to reproduce the issue.
Please raise a NIOS support case with relevant details and let the SA/AE know the support case ID.
Hi there,
further testing showed I made an error on the m1-terraform-helper
command where I put a v
as a prefix to the version number.
Issuing the command m1-terraform-provider-helper install infobloxopen/infoblox -v 2.5.0
works.
So, yes, version 2.5.0
is available, but unfortunately not as an arm64
version for macOS.
It'd be totally great if you could create and upload also arm64
versions of your provider.
Thank you very much for the quick reaction.
Thank you for the details. We will close this issue for now.
While trying to use the provider in Terraform, I'm greeted with this message:
Also the possible workaround via https://github.com/kreuzwerker/m1-terraform-provider-helper does not work:
Environment: macOS, arm64
Terraform-code:
(see https://registry.terraform.io/providers/infobloxopen/infoblox/latest/docs -> how to use provider)
relates to !278
Latest available / usable version:
infobloxopen/infoblox v2.4.1