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
terraform validate should run with no errors for the configuration above. Since var.source_instance is Unkown.
Actual Behavior
terraform validate fails with
Error: Invalid Attribute Combination
with incus_instance.instance1,
on main.tf line 33, in resource "incus_instance" "instance1":
33: source_instance = var.source_instance
Attribute "image" cannot be specified when "source_instance" is specified
Steps to Reproduce
Create a resource with attribute that is using ConflictsWith
Define one of the conflicting attribute and pass the other one from a variable (Unknown)
terraform validate
Logs
No response
Additional Information
No response
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
Terraform CLI and Framework Versions
Terraform Plugin Framework Code
Terraform Configuration
Expected Behavior
terraform validate
should run with no errors for the configuration above. Sincevar.source_instance
is Unkown.Actual Behavior
terraform validate
fails withSteps to Reproduce
terraform validate
Logs
No response
Additional Information
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: