nexoform 0.1.5 → 0.1.6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9cbdaac308f30df3acb921d1b7cdb95e4b47103986ff295117c874b1c45f1a53
4
- data.tar.gz: 4f24c4a5d4362071e7162eb32d2bd1715756c2018335ffb4d16255bdcf2e341f
3
+ metadata.gz: 04643dd072d64a6cb347851a349e7bdb5b5413760518a4aad5c6d8af10f8ac73
4
+ data.tar.gz: 1a13a0e8fbe1ab5e8f173a048b44ff4c70d87ff9a3bf4ade06d863c92570b5f0
5
5
  SHA512:
6
- metadata.gz: a9d6bb11242db73ac420d25bb78b28fbd50206834ef81669174f22396ccfa9b66a2d38ac14c40c33785dc454f972dc71b94df1d776faa99e2065d9b8873d419b
7
- data.tar.gz: ea0ca24fdfce2c8bf05b0b80114b0622cabbbc13abfc0c7e4a967978f162a25c1cc12b5ce8486a5a9191a90b84282a78b6719d4fe87c7c7c76abef065ad2b869
6
+ metadata.gz: 34ec6b673840cde4f21c706482c363885b6806fe93118b919e6448d5042f66cb8bdf1eb8e0d1177e15259de58a91a92774c3f9f016ea79bfec93ac9a8dfbcbbd
7
+ data.tar.gz: a6532e43c353b3434e9d543109f373a0ccf3ec89b8504dda1182f30b42f8cde1a2577cbe4255eb56a30c83e0fc6db669ae7d9e8204fa015c905bdda580f01f34
data/bin/nexoform CHANGED
@@ -351,7 +351,8 @@ class NexoformBin < Thor
351
351
  varfile = apply_with_plan_file?(options) ? '' : var_file_arg(options)
352
352
  planfile = apply_with_plan_file?(options) ? options[:plan] : ''
353
353
  yes = options[:assume_yes] ? "yes 'yes' | " : ''
354
- puts "[DEBUG]: yes value: '#{yes}'" if options['debug']
354
+ puts "[DEBUG]: terraform_apply - yes value: '#{yes}'" if options['debug']
355
+ puts "[DEBUG]: terraform_apply - planfile value: '#{planfile}'" if options['debug']
355
356
  "#{yes}terraform apply #{varfile} #{planfile}"
356
357
  end
357
358
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  module Nexoform
4
4
  def self.version
5
- '0.1.5'
5
+ '0.1.6'
6
6
  end
7
7
 
8
8
  def self.date
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nexoform
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ben Porter