terraform-provider-aws 1.2 fails with "netrpc: connect: no such file or directory" on plan/apply when using with terraform 0.10 #2121
Labels
breaking-change
Introduces a breaking change in current functionality; usually deferred to the next major release.
documentation
Introduces or discusses updates to documentation.
upstream-terraform
Addresses functionality related to the Terraform core binary.
Hi,
We started seeing issues today with our CD pipeline today where the "terraform plan" and "terraform apply" commands started to fail with "netrpc: connect: no such file or directory".
Fixing the provider version to 1.1 using
version = "= 1.1"
fixed the issue, as well as using terraform 0.10.1 and above, so I believe it's related to the 1.2 release yesterday and similar to hashicorp/terraform#15756Should the requirements in Readme be updated to indicate that version 1.2 and beyond need terraform 0.10.1 and above instead of 0.10.x?
The text was updated successfully, but these errors were encountered: