terradactyl-terraform 1.1.2 → 1.2.0

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: 0fc3e3e607f1fe5c8707723fbf1683eee4dc260b010602ab210dc1db5f651f15
4
- data.tar.gz: 0ad839a9f247a9ff0a99123566c61e66719a20a67ce2fc75f211ceaa652f9dc7
3
+ metadata.gz: 359a4fc58eb55407c6d9972a45e97d25f6bc9fc0d884fd432b8a8e7df61d0b5a
4
+ data.tar.gz: c65d73ea3bd5d97d944efe82677debe5a4dd97cb98027988be0611a0da82d806
5
5
  SHA512:
6
- metadata.gz: 97ef85fc1987b64db1a7976ed2e26f8b91c48ed35645585702bc64f51b5a512f82cddb680516ee66f6101dd9d86abb8a1fbafa6948d5d778cacc4a4031e4f1f9
7
- data.tar.gz: 65658df7e0e1db4f4538367555fdcc61f137c5a287b1cb3e8479c78e48619388e045550f4af6b65ff073126d156abe0189cbb741488cf42efee2d75eb231b8a3
6
+ metadata.gz: 35b47d2381c30ae1aa9abd566ed1dff47d96d9f9ed8769afba89d687c6d5ca6200836d8e5d3936a77a5f08affc01aa5da6188be8aafdae7c0a91e59176c15818
7
+ data.tar.gz: fa6819c875544284247edfe7b9fbebec688a426d9324caeba72fa9ad121de67723f760779ab722d0d8f7cf58d76769b87d78e70e488169a9b27c11df9b5e682f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## 1.2.0 (2022-05-18)
4
+
5
+ NEW FEATURES:
6
+
7
+ * add support for Terraform version `~> 1.2.0`
8
+ * Update lib/terradactyl/terraform/commands/destroy.rb (add Rev1_02)
9
+ * Update lib/terradactyl/terraform/commands/init.rb (add Rev1_02)
10
+ * Update spec/fixtures/stacks (add rev1_02)
11
+ * Update spec/helpers.rb (add rev1_02)
12
+
3
13
  ## 1.1.2 (2022-01-03)
4
14
 
5
15
  BUG FIXES:
@@ -62,6 +62,12 @@ module Terradactyl
62
62
  end
63
63
  end
64
64
 
65
+ module Rev1_02
66
+ module Destroy
67
+ include Terradactyl::Terraform::Rev015::Destroy
68
+ end
69
+ end
70
+
65
71
  module Commands
66
72
  class Destroy < Base
67
73
  end
@@ -59,6 +59,12 @@ module Terradactyl
59
59
  end
60
60
  end
61
61
 
62
+ module Rev1_02
63
+ module Init
64
+ include Terradactyl::Terraform::Rev015::Init
65
+ end
66
+ end
67
+
62
68
  module Commands
63
69
  class Init < Base
64
70
  end
@@ -108,6 +108,11 @@ module Terradactyl
108
108
  end
109
109
  end
110
110
 
111
+ module Rev1_02
112
+ class PlanFileParser < Rev012::PlanFileParser
113
+ end
114
+ end
115
+
111
116
  module Rev011
112
117
  class PlanFileParser < Rev012::PlanFileParser
113
118
  def checksum
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Terradactyl
4
4
  module Terraform
5
- VERSION = '1.1.2'
5
+ VERSION = '1.2.0'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: terradactyl-terraform
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.2
4
+ version: 1.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brian Warsing
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-01-05 00:00:00.000000000 Z
11
+ date: 2022-05-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubyzip