Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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 days 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

Use `pip` to install the package:

```bash
pip install 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