You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# this is a simplified exampleresource"example_resource""testcase" {
list_of_objects=[
{
name ="first"
dynamic_attribute =123# NOTE: this is a dynamic type
},
{
name ="second"# NOTE: dynamic_attribute is missing here
},
]
}
Note that the last step builds & installs the provider locally. I've only tested the install step (make install) on linux systems and it probably needs adjustments for mac/windows. Let me know if there is something I can do to help..
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.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Terraform Version
Terraform Configuration Files
Debug Output
https://gist.githubusercontent.com/sebhoss/ce219211c36bdb647893ddcb8ebfb8f0/raw/8714db3dc95b017aa7f08123c147829eb0d92357/logoutput.txt (crash is at the bottom)
Expected Behavior
I think Terraform Core should catch this issue sooner and tell the user that there is a problem with the provider rather than crash.
Actual Behavior
There is a crash in Terraform Core
Steps to Reproduce
git clone https://github.com/metio/terraform-provider-k8s.git
cd terraform-provider-k8s
git switch issue-147
make terratest TestAppsStatefulSetV1Resource
Note that the last step builds & installs the provider locally. I've only tested the install step (
make install
) on linux systems and it probably needs adjustments for mac/windows. Let me know if there is something I can do to help..Additional Context
References
hashicorp/terraform-plugin-framework#147
The text was updated successfully, but these errors were encountered: