-
Notifications
You must be signed in to change notification settings - Fork 27
Description
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"
}
}
}