dh-proteus 0.3.9 → 0.4.0

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: 9badaf6c5337dbac0343da96713127ee74e506edd38dbba26d45bd08e69faa2f
4
- data.tar.gz: 5f469ab39062c0fec6192906693d2a31c4479d590ccc1b6a50d766866692a89b
3
+ metadata.gz: 198ea1d92f009a7ed877e1cb46329ba10b5c4855e79c1c856f08dfc9420c2118
4
+ data.tar.gz: 5c73915240e65f69392002661ced9663dce724dd9822347a50b69107869d2a30
5
5
  SHA512:
6
- metadata.gz: 31f94aa949ed7cfa2da0a84593dd5ff5263d8df6540f3f17dbb6ed8ef240d16fc4d18220b2baf02758e671e2b4d88ac09b38f58c91e85fcce34d35c38e462b1b
7
- data.tar.gz: 3a351b1113e7a8ec024f9af27bf33a6d37924a99f8ac60e20f465295e5b7969b888e97880327312ab81a69f4261dc6891693b3a2e479c0b0b895dde327d25df1
6
+ metadata.gz: 56a2d03c731dfa1ba3f810c22feba6e243e665c2b9e7faef70f9e129f6c787af34e1d80e1ec77f43b6dc54e94f45710905320dac4d42344d1bbc41069cc6ccc3
7
+ data.tar.gz: f82e55e042534ea910ea64450b91023f336212e7d2d08966052074bd06c400902dd460ae4ec5bfde63e7ac957f0e752d540d937b408a8c7f93a77851aff4f11c
@@ -46,6 +46,7 @@ module Proteus
46
46
  `rm -rf #{context_path(context)}/.terraform/*.tf*`
47
47
  `rm -rf #{context_path(context)}/.terraform/modules`
48
48
  `rm -rf #{context_path(context)}/terraform.tfstate*`
49
+ `rm -rf #{context_path(context)}/.terraform.lock.hcl`
49
50
 
50
51
  terraform_command = <<~TERRAFORM_COMMAND
51
52
  cd #{context_path(context)} && \
@@ -1,5 +1,5 @@
1
1
  module Proteus
2
- VERSION = "0.3.9"
2
+ VERSION = "0.4.0"
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.3.9
4
+ version: 0.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Simon Albrecht
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-10-26 00:00:00.000000000 Z
11
+ date: 2021-11-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler