If there are tags that you want to apply to all of your AWS resources, a more reliable approach is to add the default_tags
block to the aws
provider in every one of your modules:
There may be some exceptions - some resources may not support default_tags
. Look it up.