This repository contains code helping to ensure a governance of the projects of cloudxs GmbH.
- Naming conventions
- Tagging conventions
Exports a function called getPulumiTags
that automatically put some default tags on the resources. Put a projectTags
object to your Pulumi config (default namespace) to add additional tags.
pulumiProjectName:projectTags:
TagName: TagValue
Do not manually bump the version in the package.json
file.
Consider the ESLint Convention when writing commit messages.