0.0.10-alpha.6 • Published 10 months ago

@saniales/pulumi-blueprints-ts v0.0.10-alpha.6

Weekly downloads
-
License
GPL-3.0-only
Repository
github
Last release
10 months ago

pulumi-blueprints-ts

A collection of Pulumi blueprints in Typescript

Usage

npm install @saniales/pulumi-blueprints-ts

and then in your pulumi script

import * as pulumi from "@pulumi/pulumi";

import { AWSNetwork } from "@saniales/pulumi-blueprints-ts/infra/networking/aws";

const awsNetwork = new AWSNetwork("test-network", {
    region: "eu-central-1",
    vpc: {
        cidrBlock: "10.0.0.0/16",
        enableDnsHostnames: true,
        enableDnsSupport: true,
    }
});

// ...
0.0.10-alpha.6

10 months ago

0.0.10-alpha.5

10 months ago

0.0.10-alpha.4

10 months ago

0.0.10-alpha.3

10 months ago

0.0.10-alpha.2

10 months ago

0.0.10-alpha.1

10 months ago

0.0.9

10 months ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago