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
If data sources are loaded lazy, terraform will always ask for a change,
even there is none, as it doesn't know the data objects.
Defining another variable tag_ids and add them directly to the vm
instead of using a data source is the better way, if the tags are
created with terraform.
0 commit comments