terradactyl-terraform 1.7.0 → 1.8.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: c61d5c7f95f1766f2de945d305776d8b3f26061cce628ce758eb5016d7306d97
4
- data.tar.gz: fa42e59f3ff390d97d6b53944aef6b9f6b348d0a219de8f4165bf64df4bf93f9
3
+ metadata.gz: 4b36a7e64011be5115b310c46c7dd57e287983288f45688fb2633654340a1fdc
4
+ data.tar.gz: 01cdafbbfe6a4025e03bd05f57cfa6d1458cd0d2deeb4126a410ebf3b4ce02bc
5
5
  SHA512:
6
- metadata.gz: 9485ea4a80d031abef8da6c4f7aa9a836f22a33fd56ffb0ba0d7316c8ee19a9f8496786d8230276f8d41056c71d3ea9057a4e0c282df548ba7f141ba290962c4
7
- data.tar.gz: 422383ddea10375bedddca0cd47f32a47e052c5d48e3905469c196d175aeb2db657bd473a38ea0285377a0a6d6a0e9908d8df23252674bbae6411e004d5322d9
6
+ metadata.gz: 439d0d72510c36d950305dc08d794b926308f9c5faef045af116c31dd669be6cc32e8a52a528f354efce03a4418ebf10d59bccfe32bc39b826f29c6e10d537eb
7
+ data.tar.gz: '086410255b2ee3ce7bb778e068e9ee2ca24e24b6c44c9a8bf72070d5fa051dc4d142ed0cb7446da650aabd582a547c51211890f7a7eb11c2684796a151778e0b'
data/CHANGELOG.md CHANGED
@@ -1,8 +1,13 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## 1.8.0 (2025-04-10)
4
+ * add support for Terraform version `~> 1.8.0`
5
+ * update init, planfile, and destroy commands (add Rev1_08)
6
+ * add Rev1_08 rspecs
7
+
3
8
  ## 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)
9
+ * add support for Terraform version `~> 1.7.0`
10
+ * update init, planfile, and destroy commands (add Rev1_07)
6
11
  * add Rev1_07 rspecs
7
12
 
8
13
  ## 1.6.0 (2023-10-04)
@@ -98,6 +98,12 @@ module Terradactyl
98
98
  end
99
99
  end
100
100
 
101
+ module Rev1_08
102
+ module Destroy
103
+ include Terradactyl::Terraform::Rev015::Destroy
104
+ end
105
+ end
106
+
101
107
  module Commands
102
108
  class Destroy < Base
103
109
  end
@@ -95,6 +95,12 @@ module Terradactyl
95
95
  end
96
96
  end
97
97
 
98
+ module Rev1_08
99
+ module Init
100
+ include Terradactyl::Terraform::Rev015::Init
101
+ end
102
+ end
103
+
98
104
  module Commands
99
105
  class Init < Base
100
106
  end
@@ -143,6 +143,11 @@ module Terradactyl
143
143
  end
144
144
  end
145
145
 
146
+ module Rev1_08
147
+ class PlanFileParser < Rev012::PlanFileParser
148
+ end
149
+ end
150
+
146
151
  module Rev011
147
152
  class PlanFileParser < Rev012::PlanFileParser
148
153
  def checksum
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Terradactyl
4
4
  module Terraform
5
- VERSION = '1.7.0'
5
+ VERSION = '1.8.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.7.0
4
+ version: 1.8.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: 2024-01-17 00:00:00.000000000 Z
11
+ date: 2024-04-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubyzip