New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@tinystacks/terraform-module-parser

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tinystacks/terraform-module-parser

A Terraform parser for the resources created by the [tinystacks-terraform-modules](https://github.com/tinystacks/tinystacks-terraform-modules.git) library. Intended as a plugin for @tinystacks/precloud smoke test cli.

latest
Source
npmnpm
Version
0.0.2
Version published
Weekly downloads
0
-100%
Maintainers
1
Weekly downloads
 
Created
Source

@tinystacks/terraform-module-parser

A Terraform parser for the resources created by the tinystacks-terraform-modules library. Intended as a plugin for @tinystacks/precloud.

How To Use

By default, this parser plugin is included as a peer dependency of the precloud cli and is therefore always available, though it is deprioritized over any explicitly configured parsers.

To increase the priority of this parser, you can install this package as a dev dependency and add it to the top of the terraformParsers array in your smoke test config.

npm i -D @tinystacks/terraform-module-parser

{
  // ...
  "terraformParsers": [
    "@tinystacks/terraform-module-parser"
    // ...other parsers
  ]
}

Suppported Resources

This module will parse the following resources from the hashicorp/aws provider if they originate from a module published as part of tinystacks-terraform-modules.

  • Sqs Queues (aws_sqs_queue)
  • S3 Buckets (aws_s3_bucket)
  • Elastic IPs (aws_vpc)
  • Vpcs (aws_nat_gateway)
  • Nat Gateways (aws_eip)
  • Subnets (aws_subnet)
  • Route Table Associations (aws_route_table_association)
  • Routes (aws_route)
  • Route Tables (aws_route_table)
  • Internet Gateways (aws_internet_gateway)

FAQs

Package last updated on 25 Jan 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts