Ecosyste.ms: Awesome
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 days ago
JSON representation
Pulumi package that helps manage tags for AWS resources
- Host: GitHub
- URL: https://github.com/tlinhart/pulumi-aws-tags
- Owner: tlinhart
- License: mit
- Created: 2021-01-16T17:26:31.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-03-19T14:58:52.000Z (10 months ago)
- Last Synced: 2024-05-20T23:29:02.800Z (8 months ago)
- Topics: aws, pulumi, tags
- Language: Python
- Homepage:
- Size: 32.2 KB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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