Hi list, Since terraform downloads its providers automatically if you're mentioned one in *.tf code all of providers are marked Attic in ports tree.
This mechanism doesn't work with terraform-0.14.9 (OpenBSD6.9) with fatal error: --------- $ terraform init -reconfigure Successfully configured the backend "gcs"! Terraform will automatically use this backed unless the backend configuration changes. Error: Incompatible provider version Provider registry.terraform.io/hashicorp/local v2.1.0 does not have a package available for your current platform, openbsd_amd64. Provider releases are separate from Terraform CLI releases, so not all providers are available for all platforms. Other version of this provider may have different platforms supported. Error: Incompatible provider version Provider registry.terraform.io/hashicorp/google v3.73.0 does not have a package available for your current platform, openbsd_amd64. Provider releases are separate from Terraform CLI releases, so not all providers are available for all platforms. Other version of this provider may have different platforms supported. --------- Antoine, can you suggest any way how to use Terraform-0.14.9 with required providers mentioned in output above since providers in ports tree have been marked as Attic? Martin