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
I suspect this is because of the new port override hashing method.
I have for example:
port_override {
number = 6
name = "office switch"
port_profile_id = data.unifi_port_profile.builtin["office"].id
}
If I change the port name or profile ID and run terraform plan, it says "No changes. Infrastructure is up-to-date."
I need to add another port_override or change some port_override's number for it to detect any changes,
and even then it will say it's deleting the whole port_override section and adding a new one,
instead of updating in-place.
The text was updated successfully, but these errors were encountered:
Just kicked off the release for 0.24.2. The diff looks weird (a bunch of adds and removes of port overrides, just for like a name change), but its at least working for now.
I suspect this is because of the new port override hashing method.
I have for example:
If I change the port name or profile ID and run
terraform plan
, it says "No changes. Infrastructure is up-to-date."I need to add another port_override or change some port_override's number for it to detect any changes,
and even then it will say it's deleting the whole port_override section and adding a new one,
instead of updating in-place.
The text was updated successfully, but these errors were encountered: