I'm writing a terraform script to manage maas and machines. It also configure tags on machines, In the first run it's working fine since it creates the tags correctly and assign it to machines. In the second run it removes the assignment of the tag on the machine but the tag did not get removed. The second run did not recommission nodes since they are already listed and commissioned.
Hello team,
I'm writing a terraform script to manage maas and machines. It also configure tags on machines, In the first run it's working fine since it creates the tags correctly and assign it to machines. In the second run it removes the assignment of the tag on the machine but the tag did not get removed. The second run did not recommission nodes since they are already listed and commissioned.
Thanks