terraform-generator
Advanced tools
Comparing version 0.2.2 to 0.2.3
@@ -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"; |
{ | ||
"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 |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
1
212
0
22825