terraform-generator
Advanced tools
Comparing version 0.1.9 to 0.1.10
@@ -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()}}"`; |
{ | ||
"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" |
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
21875
452