Pulumi package that helps manage tags for AWS resources.
To install the package, use either pip
:
pip install pulumi_aws_tags
or uv
:
uv add pulumi_aws_tags
To install the package, use either npm
:
npm install pulumi-aws-tags
or yarn
:
yarn add pulumi-aws-tags
See examples directory for usage examples.