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.1.9 to 0.1.10

3

dist/src/blocks/Block.js

@@ -116,2 +116,5 @@ "use strict";

else if (value instanceof __1.Argument) {
if (value instanceof __1.Heredoc) {
return value.toTerraform();
}
if (this.tfGenerator && this.tfGenerator.options.version === '0.11') {

@@ -118,0 +121,0 @@ return `"\${${value.toTerraform()}}"`;

4

package.json
{
"name": "terraform-generator",
"version": "0.1.9",
"version": "0.1.10",
"author": "Ah Zhe",

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

"test": "jest",
"privateTest": "ts-node test.ts",
"tryout": "ts-node tryout.ts",
"prepublishOnly": "del-cli --force dist && tsc",

@@ -25,0 +25,0 @@ "postpublish": "del-cli --force dist"

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