sevenwestmedia-labs / pulumi-components

A collection of higher level Pulumi components / resources

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WANews Pulumi Components

Contains reusable Pulumi ComponentResources or DynamicResources we have written.

Add a new component

nx generate @wanews/nx-typescript-project-references:library \
  --name=pulumi-<name> \
  --package \
  --packageName=@wanews/pulumi-<name>

Testing

Ensure you have a AWS_PROFILE set which can create resources

About

A collection of higher level Pulumi components / resources

License:MIT License


Languages

Language:TypeScript 98.1%Language:JavaScript 1.9%