CiscoDevNet / terraform-provider-intersight

Cisco Intersight Terraform
Mozilla Public License 2.0
19 stars 25 forks source link

1.0.35 Provider incompatible with linux_386 (Debian 11) #233

Open dsoper2 opened 1 year ago

dsoper2 commented 1 year ago
Description

Error: Incompatible provider version Provider registry.terraform.io/ciscodevnet/intersight v1.0.35 does not have a package available for your current platform, linux_386.

This is with an OS image used in DevNet learning labs:

uname -a Linux devpod-5114471138435463008-7c69fc7c7f-c9vv5 5.4.209-116.367.amzn2.x86_64 #1 SMP Wed Aug 31 00:09:52 UTC 2022 x86_64 GNU/Linux

cat /etc/os-release PRETTY_NAME="Debian GNU/Linux 11 (bullseye)" NAME="Debian GNU/Linux" VERSION_ID="11" VERSION="11 (bullseye)" VERSION_CODENAME=bullseye ID=debian HOME_URL="https://www.debian.org/" SUPPORT_URL="https://www.debian.org/support" BUG_REPORT_URL="https://bugs.debian.org/"

Version 1.0.28 of the provider is compatible and is being used in labs currently.

Terraform-provider-intersight version

1.0.35

Configuration file

terraform { required_providers { intersight = { source = "CiscoDevNet/intersight" version = "1.0.35" } } }

scotttyso commented 8 months ago

@dsoper2 - This is also true for Windows 386. Are any 32Bit operating systems supported by the provider?