canonical / terraform-provider-maas

Terraform MAAS provider
Mozilla Public License 2.0
64 stars 45 forks source link

rerun terraform script removes tags from machines #220

Closed aym-frikha closed 4 months ago

aym-frikha commented 4 months ago

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

aym-frikha commented 4 months ago

NVM, I think it's related to the code.