定义默认标签以便将它们应用于我的堆栈中的所有 AWS 资源的正确方法是什么?我有以下提供程序配置,但我的资源都没有实际标记:
config:
aws:defaultTags:
tags:
key1: value1
key2: value2
aws:region: us-west-1
Run Code Online (Sandbox Code Playgroud)
版本:
@pulumi/pulumi@3.10.1
@pulumi/aws@4.15.0
Run Code Online (Sandbox Code Playgroud)