terradactyl-terraform 1.6.0 → 1.7.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: f3f4844407060e7647caa915712b105b653855de6e52ded9abe31ac85cc63738
4
- data.tar.gz: 0e1243a66bfa0f29ebdf421d067bc0b91e546b5d5bcbc36e02f4d017fa4c4847
3
+ metadata.gz: c61d5c7f95f1766f2de945d305776d8b3f26061cce628ce758eb5016d7306d97
4
+ data.tar.gz: fa42e59f3ff390d97d6b53944aef6b9f6b348d0a219de8f4165bf64df4bf93f9
5
5
  SHA512:
6
- metadata.gz: fca088af17ce89d2881ead9ab4afbe6e54c1695faff8bb2f6129e9091280deb82cb46a8b94f921741a6d8281deb9eb707027d88dcfa5e2e5530b4fef51eb0871
7
- data.tar.gz: e52dccefa5c063fa15fd8c01b4a9fc62ee2d44ab60b1a1b829fe542651f81dd2a0d5f8b23b45ca40c99a918ef44f0b16dffc3feb8862061efc66ef1268b41198
6
+ metadata.gz: 9485ea4a80d031abef8da6c4f7aa9a836f22a33fd56ffb0ba0d7316c8ee19a9f8496786d8230276f8d41056c71d3ea9057a4e0c282df548ba7f141ba290962c4
7
+ data.tar.gz: 422383ddea10375bedddca0cd47f32a47e052c5d48e3905469c196d175aeb2db657bd473a38ea0285377a0a6d6a0e9908d8df23252674bbae6411e004d5322d9
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## 1.7.0 (2024-01-17)
4
+ * add support for Terraform version `~> 1.r76.0`
5
+ * update init, planfile, and destroy commands (add Rev1_0r76)
6
+ * add Rev1_07 rspecs
7
+
3
8
  ## 1.6.0 (2023-10-04)
4
9
  * add support for Terraform version `~> 1.6.0`
5
10
  * update init, planfile, and destroy commands (add Rev1_06)
@@ -92,6 +92,12 @@ module Terradactyl
92
92
  end
93
93
  end
94
94
 
95
+ module Rev1_07
96
+ module Destroy
97
+ include Terradactyl::Terraform::Rev015::Destroy
98
+ end
99
+ end
100
+
95
101
  module Commands
96
102
  class Destroy < Base
97
103
  end
@@ -89,6 +89,12 @@ module Terradactyl
89
89
  end
90
90
  end
91
91
 
92
+ module Rev1_07
93
+ module Init
94
+ include Terradactyl::Terraform::Rev015::Init
95
+ end
96
+ end
97
+
92
98
  module Commands
93
99
  class Init < Base
94
100
  end
@@ -138,6 +138,11 @@ module Terradactyl
138
138
  end
139
139
  end
140
140
 
141
+ module Rev1_07
142
+ class PlanFileParser < Rev012::PlanFileParser
143
+ end
144
+ end
145
+
141
146
  module Rev011
142
147
  class PlanFileParser < Rev012::PlanFileParser
143
148
  def checksum
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Terradactyl
4
4
  module Terraform
5
- VERSION = '1.6.0'
5
+ VERSION = '1.7.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.6.0
4
+ version: 1.7.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: 2023-10-04 00:00:00.000000000 Z
11
+ date: 2024-01-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubyzip