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
fix: skip XOR validation when directory/archive_path values are unknown
Per Terraform framework guidance, validators should not emit errors for
unknown values. When either directory or archive_path is unknown (e.g.,
referencing a computed value from another resource), the XOR check is
skipped. Terraform will re-run validators once values resolve during
apply.
0 commit comments