An open API service indexing awesome lists of open source software.

https://github.com/tlinhart/pulumi-aws-tags

Pulumi package that helps manage tags for AWS resources
https://github.com/tlinhart/pulumi-aws-tags

aws pulumi tags

Last synced: 3 months ago
JSON representation

Pulumi package that helps manage tags for AWS resources

Awesome Lists containing this project

README

        

# Pulumi AWS Tags

Pulumi package that helps manage tags for AWS resources.

## Installation

### Python

To install the package, use either `pip`:

```bash
pip install pulumi_aws_tags
```

or `uv`:

```bash
uv add pulumi_aws_tags
```

### Node.js (JavaScript/TypeScript)

To install the package, use either `npm`:

```bash
npm install pulumi-aws-tags
```

or `yarn`:

```bash
yarn add pulumi-aws-tags
```

## Usage

See [examples](https://github.com/tlinhart/pulumi-aws-tags/blob/main/examples)
directory for usage examples.

## Reference

- https://www.pulumi.com/blog/automatically-enforcing-aws-resource-tagging-policies/
- https://github.com/joeduffy/aws-tags-example