Conversation
maveonair
left a comment
There was a problem hiding this comment.
@positiveEV please sign off your commit, and have a look at the tests which are failing due to this change.
Signed-off-by: Etienne Guillot <etienne.guillot@cosium.com>
|
I found the issue. A workaround could be to set all attributes that we do not use in the egress and ingress blocks as empty string, so we would not encounter hashicorp/terraform-plugin-framework#1256. But it is obviously not desirable. It means that we should wait for #385 to be resolved before being able to merge this PR. |
This PR makes the
stateattribute in network_acl optional, as documented atterraform-provider-incus/docs/resources/network_acl.md
Line 92 in c458c3e