@trxn/terraform-component-volume
TypeScript icon, indicating that this package has built-in type declarations

2.2.5 • Public • Published

Volume component

This package provides a volume hosted on EFS, served over the private network and restricted with security groups.

Usage

const volume = new VolumeComponent(this, 'vol', {
  vpcId: 'xxxxxxxx',
  subnetsIds: ['aaaaa', 'bbbbb'],
  clientsSecurityGroupsIds: ['ssssss'],
  preventDestroy: false,
});

Readme

Keywords

none

Package Sidebar

Install

npm i @trxn/terraform-component-volume

Weekly Downloads

31

Version

2.2.5

License

none

Unpacked Size

31.9 kB

Total Files

15

Last publish

Collaborators

  • floross
  • edouarddemotes
  • dt-tractr