-
Notifications
You must be signed in to change notification settings - Fork 93
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
Data Source Type Not Found
or Resource Type Not Found
when using Terraform 1.6
#853
Labels
bug
Something isn't working
Comments
jSherz
added a commit
to jSherz/terraform-provider-node-lambda-packager
that referenced
this issue
Oct 8, 2023
jSherz
added a commit
to jSherz/terraform-provider-node-lambda-packager
that referenced
this issue
Oct 8, 2023
jSherz
added a commit
to jSherz/terraform-provider-node-lambda-packager
that referenced
this issue
Oct 8, 2023
The fix for this issue has been released with |
10 tasks
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This is a Framework bug affecting users of Terraform 1.6 using providers built using Plugin Framework 1.4.0. The root cause is the recent caching functionality being enabled in #828.
Module version
Relevant provider source code
Any resource/data source schema will have this problem, sample:
Terraform Configuration Files
Expected Behavior
Resource/Data Source type is found and RPCs correctly validate/plan/apply
Actual Behavior
An error diagnostic is returned:
Workarounds
For practitioners, they can downgrade to use Terraform
1.5.x
For provider developers, they can downgrade
terraform-plugin-framework
tov1.3.5
ANDterraform-plugin-go
tov0.18.0
.terraform-plugin-mux
, downgrade tov0.11.2
to avoid build errors fromterraform-plugin-go
terraform-plugin-sdk/v2
, downgrade tov2.28.0
to avoid build errors fromterraform-plugin-go
Example of build error if you don't downgrade
terraform-plugin-go
and co.References
dev_overrides
and 1.6 terraform#34001The text was updated successfully, but these errors were encountered: