dh-proteus 0.2.3 → 0.2.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1863393977ff1aa1206df774b669d527c4ab1a9190f84756964346c011e28bcc
4
- data.tar.gz: ab60de0780309f68464c3fb38127b63d93dc6b0ae42e07b3998afb4671e0f795
3
+ metadata.gz: cd6b4515245645e26975a7d59b4628133a50629ff77df6dea73a0ff2d4782928
4
+ data.tar.gz: 2a2091bbd1f869b5ecf5c64d072abe114f2a26c48bf81083153665a166140199
5
5
  SHA512:
6
- metadata.gz: af30a0674ea49cb1953558fc4030214c0f872a825458e2f4d75f68cd7849e1a9b63e2574b81e1cbc0549bc6764894348c4762c3c23fc2d9b5a9561344b66da6f
7
- data.tar.gz: b6c3f77c7752315ba5eb0a94d7937bd9b865c558b23148362f43565865b2a8303aa612bafe202afdc21bf1cd08283932ba26d1e32c803bba110b559c54506ab0
6
+ metadata.gz: e7f4328e37bf2cd6549cd714117d447f4b44fbcb6f146125d58b3a4443c2223f085c9c2f687205a2f3cb7c81cbd2d3dd593ef70577014d9e7f4f3949cc50815b
7
+ data.tar.gz: 74c85cc9a5b765c4904acbcab92fd67ebf8575a9957e3d55f12f4e1efb337ccc6afebb4c9ada0e313dd9466aef7f42488fdb2fec787a3df5f055f884e8fd1f00
@@ -19,8 +19,6 @@ module Proteus
19
19
  taint_command = <<~TAINT_COMMAND
20
20
  cd #{context_path(context)} && \
21
21
  terraform taint \
22
- -var-file=#{var_file(context, environment)} \
23
- #{aws_profile} \
24
22
  #{options[:module] ? "-module=#{options[:module]}" : ""} \
25
23
  #{options[:resource]}
26
24
  TAINT_COMMAND
@@ -1,5 +1,5 @@
1
1
  module Proteus
2
- VERSION = "0.2.3"
2
+ VERSION = "0.2.4"
3
3
  end
4
4
 
5
5
  if $0 == __FILE__
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dh-proteus
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.3
4
+ version: 0.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Simon Albrecht
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-11-07 00:00:00.000000000 Z
11
+ date: 2019-12-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler