Icinga / terraform-provider-icinga2

Terraform Icinga2 provider
https://www.terraform.io/docs/providers/icinga2/
Mozilla Public License 2.0
21 stars 20 forks source link

no available version #34

Closed ghost closed 4 years ago

ghost commented 5 years ago

Terraform Version v0.12.5

Affected Resource(s) provider icinga2

Terraform Configuration Files

provider "icinga2" {
  api_url                  = "https://<foobar>:5665/v1"
  api_user                 = "<username>"
  api_password             = "<password>"
}

Debug Output Error: no available version is compatible with this version of Terraform

Steps to Reproduce terraform init

lrsmith commented 4 years ago

@iosdal I believe this has been resolved. Can you confirm that you can get a valid provider?

ghost commented 4 years ago

nope:

terraform init

Initializing the backend...

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

No available provider "icinga2" plugins are compatible with this Terraform version.

From time to time, new Terraform major releases can change the requirements for
plugins such that older plugins become incompatible.

Terraform checked all of the plugin versions matching the given constraint:
    (any version)

Unfortunately, none of the suitable versions are compatible with this version
of Terraform. If you have recently upgraded Terraform, it may be necessary to
move to a newer major release of this provider. Alternatively, if you are
attempting to upgrade the provider to a new major version you may need to
also upgrade Terraform to support the new version.

Consult the documentation for this provider for more information on
compatibility between provider versions and Terraform versions.

Error: no available version is compatible with this version of Terraform
lrsmith commented 4 years ago

@isodal I am looking at getting a release cut for 0.12.x of terraform.

ghost commented 4 years ago

Ok well, let me known if you need some help on it.

lazzurs commented 4 years ago

Quick update on this. Done a new release and trying to get this pushed out. Once the release is out and I have tested that release with Terraform 0.12 I will update here again. Worst case should be a few days.

attachmentgenie commented 4 years ago

i just requested the release in the maintainers slack channel

lazzurs commented 4 years ago

We now have a release 0.3.0 that will work with Terraform 0.12. Enjoy.