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
Fixes#440. Without it, if root_block_device is defined without a tags
key, and if enable_volume_tags isn't set to false, a conflict is created
because main.tf:219 defines volume_tags to be at least { Name = ... }
and the root block device gets tags as {}. Making the default null works
around that.
0 commit comments