0.0.10-alpha.6 • Published 9 months ago

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

Weekly downloads
-
License
GPL-3.0-only
Repository
github
Last release
9 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

9 months ago

0.0.10-alpha.5

9 months ago

0.0.10-alpha.4

9 months ago

0.0.10-alpha.3

9 months ago

0.0.10-alpha.2

9 months ago

0.0.10-alpha.1

9 months ago

0.0.9

9 months ago

0.0.8

11 months ago

0.0.7

11 months ago

0.0.6

11 months ago

0.0.5

11 months ago

0.0.4

11 months ago

0.0.3

11 months ago

0.0.2

11 months ago

0.0.1

11 months ago