Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1.0.35 Provider incompatible with linux_386 (Debian 11) #233

Open
dsoper2 opened this issue Feb 1, 2023 · 1 comment
Open

1.0.35 Provider incompatible with linux_386 (Debian 11) #233

dsoper2 opened this issue Feb 1, 2023 · 1 comment

Comments

@dsoper2
Copy link

dsoper2 commented Feb 1, 2023

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants