In a clustered incus_network
the cluster-specific parts of the config is read back to the node-specific resource, causing a change
#176
Labels
Bug
Confirmed to be a bug
When you set up a cluster network the
config
argument inincus_network
on the node-specific resources contains the cluster-specific changes, this causes terraform to think there's a drift, and try to correct it. When you try to apply the changes it will return that this is a node-specific argument.Example code:
After successfully applying it and re-running terraform you will see this:
As a workaround you can ignore this change by just setting a lifecycle argument on the node-specific
incus_network
resource.The text was updated successfully, but these errors were encountered: