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
err=multierror.Append(fmt.Errorf("%s: Type and NestedType cannot both be set", name))
}
(Seeing it carefully, original err looks to go away)
Steps to Reproduce
To be honest, I have not installed OpenTofu. I report this only by reading the code.
I might investigate reproduction steps later if they are necessary.
Additional Context
No response
References
No response
The text was updated successfully, but these errors were encountered:
seiyab
added
bug
Something isn't working
pending-decision
This issue has not been accepted for implementation nor rejected. It's still open to discussion.
labels
Sep 21, 2023
kislerdm
removed
the
pending-decision
This issue has not been accepted for implementation nor rejected. It's still open to discussion.
label
Nov 14, 2023
OpenTofu Version
NOTE: To be honest, I have not installed OpenTofu. I report this only by reading the code.
OpenTofu Configuration Files
N/A
I might add configuration files later if they are necessary.
Debug Output
N/A
I might add debug outputs later if they are necessary.
Expected Behavior
Validation error message "Type and NestedType cannot both be set" appears with other validation error messages.
Actual Behavior
Validation error message "Type and NestedType cannot both be set" will remove other validation error messages.
opentofu/internal/configs/configschema/internal_validate.go
Lines 129 to 132 in d2eacd9
(Seeing it carefully, original
err
looks to go away)Steps to Reproduce
To be honest, I have not installed OpenTofu. I report this only by reading the code.
I might investigate reproduction steps later if they are necessary.
Additional Context
No response
References
No response
The text was updated successfully, but these errors were encountered: