Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 732 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 732 Bytes

cloudxs Governance

This repository contains code helping to ensure a governance of the projects of cloudxs GmbH.

  • Naming conventions
  • Tagging conventions

Tagging

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

Development

Do not manually bump the version in the package.json file.

Automatic releases

Consider the ESLint Convention when writing commit messages.