0.1.15 • Published 5 months ago

@ttoss/cloud-vpc v0.1.15

Weekly downloads
-
License
MIT
Repository
github
Last release
5 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

5 months ago

0.1.12

7 months ago

0.1.13

7 months ago

0.1.14

6 months ago

0.1.11

8 months ago

0.1.10

8 months ago

0.1.8

10 months ago

0.1.7

10 months ago

0.1.9

10 months ago

0.1.4

11 months ago

0.1.6

10 months ago

0.1.5

11 months ago

0.1.2

11 months ago

0.1.3

11 months ago

0.1.1

11 months ago

0.1.0

12 months ago