Open avwsolutions opened 2 months ago
I tried the same on windows with the amd64 provider and couldn't reproduce it: The provider could be executed.
It sounds like the locally installed provider exe maybe has the wrong access permissions (So terraform can't read it).
One thing to try would be to delete the provider and re-download them:
.terraform/providers/registry.terraform.io/elastic
terraform init
again so it re-downloads the provider
Readiness Checklist
Expected Behavior
terraform plan
should generate a plan file that contains the EC(E) platform infrastructure deployment based on the tf defined resources and current state. This fails.Current Behavior
terraform init --upgrade
runs smoothly and downloads the artifact to the directory structure. So the artifact is available to be executed. Also the file permissions are set the same as the older downloaded versions, so this isn't conflicted.terraform plan
generates an Error: Failed to load plugin schemas on WIndows 11, which relates to loading the actual schema of the provider. This fails with afork/exec
to instantiate the provider. See full message below.Downgrading to an older version like
0.10.0
solves the issue.Terraform definition
Steps to Reproduce
terraform init -upgrade
.terraform plan
Context
We cannot upgrade to the latest released version and benefit the new features and fixes.
Possible Solution
Seems like a Build issue.
Your Environment
Logs