Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

terraform-generator

Package Overview
Dependencies
Maintainers
1
Versions
106
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

terraform-generator - npm Package Compare versions

Comparing version 0.2.2 to 0.2.3

0

dist/arguments/Argument.d.ts

@@ -0,0 +0,0 @@ export default class Argument {

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { Argument, Block } from '..';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { Argument } from '..';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { TerraformVersion, Attribute, Argument } from '..';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { Block, Argument, Attribute } from '..';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { Block, Argument, Attribute } from '..';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { Block, Argument, Attribute } from '..';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { Block, Argument, Attribute } from '..';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { Block, Argument, Attribute } from '..';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { Block, Argument, Attribute } from '..';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { default as TerraformGenerator } from './TerraformGenerator';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { Block, Resource, DataSource, Module, Output, Provider, Variable } from '.';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export default class Map {

@@ -0,0 +0,0 @@ "use strict";

3

package.json
{
"name": "terraform-generator",
"version": "0.2.2",
"version": "0.2.3",
"author": "Ah Zhe",

@@ -12,2 +12,3 @@ "description": "Generate Terraform plan using Node.js.",

],
"homepage": "https://github.com/ahzhezhe/terraform-generator#readme",
"repository": {

@@ -14,0 +15,0 @@ "type": "git",

@@ -1,3 +0,8 @@

# **terraform-generator**
# **terraform-generator**
[![npm package](https://img.shields.io/npm/v/terraform-generator/latest.svg)](https://www.npmjs.com/package/terraform-generator)
[![npm downloads](https://img.shields.io/npm/dt/terraform-generator.svg)](https://www.npmjs.com/package/terraform-generator)
![GitHub test](https://github.com/ahzhezhe/terraform-generator/workflows/test/badge.svg?branch=master)
[![GitHub issues](https://img.shields.io/github/issues/ahzhezhe/terraform-generator.svg)](https://github.com/ahzhezhe/terraform-generator)
Use Node.js to generate Terraform plan.

@@ -102,2 +107,7 @@

### **Generate Terraform plan**
```javascript
tfg.generate();
```
## **Example**

@@ -104,0 +114,0 @@ ```javascript

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc