0.1.15 • Published 6 months ago

@ttoss/cloud-vpc v0.1.15

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

@ttoss/cloud-vpc

This module provides a set of resources to create a VPC on AWS.

Installation

pnpm install @ttoss/cloud-vpc

Usage

import { createVpcTemplate } from '@ttoss/cloud-vpc';

const cidrBlock = '10.0.0.0/16';

const template = createVpcTemplate({
  cidrBlock,
});

export default template;

API

createVpcTemplate

Creates a VPC template.

Parameters

  • cidrBlock: string - The CIDR block of the VPC.
  • createPublicSubnets: boolean - Whether to create public subnets. Default is true.
0.1.15

6 months ago

0.1.12

8 months ago

0.1.13

8 months ago

0.1.14

8 months ago

0.1.11

9 months ago

0.1.10

10 months ago

0.1.8

12 months ago

0.1.7

12 months ago

0.1.9

11 months ago

0.1.4

1 year ago

0.1.6

12 months ago

0.1.5

1 year ago

0.1.2

1 year ago

0.1.3

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago