@topagentnetwork/tf-runner
Advanced tools
Comparing version 0.8.0 to 0.8.1
@@ -73,2 +73,7 @@ const execSync = require('child_process').execSync | ||
if (!existsSync(tfLocalCache) && this.argv._[0] !== 'init') { | ||
this.error(chalk.yello('Terraform is ont initialized... Running Terraform init')) | ||
this.initTerraform(envDir) | ||
} | ||
if (this.shouldFetchModules()) { | ||
@@ -75,0 +80,0 @@ this.fetchModules(envDir) |
{ | ||
"name": "@topagentnetwork/tf-runner", | ||
"version": "0.8.0", | ||
"version": "0.8.1", | ||
"description": "A wrapper to simplify running terraform in multiple environments", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
82802
529