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
The nestedList field should behave exactly like in the datasource.
Actual Behavior
An error is thrown:
____.go:222: Step 1/2 error: Error running apply: exit status 1
Error: Value Conversion Error
with ___.___,
on terraform_plugin_test.tf line 12, in resource "____" "_____":
12: resource "______" "________" {
An unexpected error was encountered trying to build a value. This is always
an error in the provider. Please report the following to the provider
developer:
Received unknown value, however the target type cannot handle unknown values.
Use the corresponding `types` package type or a custom type that handles
unknown values.
Path: nestedList
Target Type: []provider.nestedObjectModel
Suggested Type: basetypes.ListValue
Steps to Reproduce
Try to mark a listNestedAttribute, as computed...
References
The text was updated successfully, but these errors were encountered:
Module version
Relevant provider source code
Expected Behavior
The nestedList field should behave exactly like in the datasource.
Actual Behavior
An error is thrown:
Steps to Reproduce
Try to mark a listNestedAttribute, as computed...
References
The text was updated successfully, but these errors were encountered: