pulumi-aws-tags


Namepulumi-aws-tags JSON
Version 0.7.0 PyPI version JSON
download
home_pagehttps://github.com/tlinhart/pulumi-aws-tags
SummaryPulumi package that helps manage tags for AWS resources
upload_time2024-03-19 15:00:17
maintainer
docs_urlNone
authorTomáš Linhart
requires_python>=3.8
licenseMIT
keywords pulumi aws tags
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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
```

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

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/tlinhart/pulumi-aws-tags",
    "name": "pulumi-aws-tags",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "pulumi aws tags",
    "author": "Tom\u00e1\u0161 Linhart",
    "author_email": "pasmen@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/28/a4/f42f29f2c8da99dd6772296c562cc60e5c9b85efcd47b869ef193a44380e/pulumi-aws-tags-0.7.0.tar.gz",
    "platform": null,
    "description": "# Pulumi AWS Tags\n\nPulumi package that helps manage tags for AWS resources.\n\n## Installation\n\n### Python\n\nUse `pip` to install the package:\n\n```bash\npip install pulumi_aws_tags\n```\n\n## Usage\n\nSee [examples](https://github.com/tlinhart/pulumi-aws-tags/blob/main/examples)\ndirectory for usage examples.\n\n## Reference\n\n- https://www.pulumi.com/blog/automatically-enforcing-aws-resource-tagging-policies/\n- https://github.com/joeduffy/aws-tags-example\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Pulumi package that helps manage tags for AWS resources",
    "version": "0.7.0",
    "project_urls": {
        "Homepage": "https://github.com/tlinhart/pulumi-aws-tags"
    },
    "split_keywords": [
        "pulumi",
        "aws",
        "tags"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b1e43ef404870e820ae35aaf5366e666a26cc30a460bebe119806aa83dc81552",
                "md5": "c7a8458bdb2e8ec0b69def138caca880",
                "sha256": "8416170021b1daf9c285bddfe893ba861e2e26c746db6daf92f2b06e2d8421a4"
            },
            "downloads": -1,
            "filename": "pulumi_aws_tags-0.7.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c7a8458bdb2e8ec0b69def138caca880",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 3084,
            "upload_time": "2024-03-19T15:00:12",
            "upload_time_iso_8601": "2024-03-19T15:00:12.243991Z",
            "url": "https://files.pythonhosted.org/packages/b1/e4/3ef404870e820ae35aaf5366e666a26cc30a460bebe119806aa83dc81552/pulumi_aws_tags-0.7.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "28a4f42f29f2c8da99dd6772296c562cc60e5c9b85efcd47b869ef193a44380e",
                "md5": "2586184947fbaae8231b5c2490ea8a99",
                "sha256": "6a748943d449ca3679f08b2d392e2567f778081d123d02e209afed95d9ce9db9"
            },
            "downloads": -1,
            "filename": "pulumi-aws-tags-0.7.0.tar.gz",
            "has_sig": false,
            "md5_digest": "2586184947fbaae8231b5c2490ea8a99",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 2946,
            "upload_time": "2024-03-19T15:00:17",
            "upload_time_iso_8601": "2024-03-19T15:00:17.352956Z",
            "url": "https://files.pythonhosted.org/packages/28/a4/f42f29f2c8da99dd6772296c562cc60e5c9b85efcd47b869ef193a44380e/pulumi-aws-tags-0.7.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-19 15:00:17",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "tlinhart",
    "github_project": "pulumi-aws-tags",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pulumi-aws-tags"
}
        
Elapsed time: 0.22375s