tlinhart / pulumi-aws-tags

Pulumi package that helps manage tags for AWS resources
MIT License
8 stars 2 forks source link
aws pulumi tags

Pulumi AWS Tags

Pulumi package that helps manage tags for AWS resources.

Installation

Python

Use pip to install the package:

pip install pulumi_aws_tags

Node.js (JavaScript/TypeScript)

To install the package, use either npm:

npm install pulumi-aws-tags

or yarn:

yarn add pulumi-aws-tags

Usage

See examples directory for usage examples.

Reference