terradactyl-terraform 1.2.1 → 1.3.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: 11e631baa96e27046b275f81bac0278e8de6df12fe6faad1e23f8183843dc883
4
- data.tar.gz: 6c4e638624c37e240ed580dca0f2cfa2b2a63b1fb4383b7839c6ea87cf6c2b66
3
+ metadata.gz: 9108147b87b002c4a00a608e8fee6167c1b474c20992c156d698209dbf5c651c
4
+ data.tar.gz: b81439d293ecad440902e1cfab0d29bbf2a183bdea6905befdaa9b9161c180b2
5
5
  SHA512:
6
- metadata.gz: 974e91a4fda13702ddf1607b1d0e6324d39e186fca52937be86a1d48cf6163623013bb432ac63b5baa98f754f245c27a27cb4dc25c8d927ed2e6135e8f3e9604
7
- data.tar.gz: ae52c3bebfbed294a3aa9556559e48df250a8b8ac37bf572285b082370a039a8fb89413493f59ac66c3b24470a46c27fc340e6cfb0a30fe5af66c4a4c7b06c5e
6
+ metadata.gz: 8d46194aad7fd75a107d3af5de74640fb302745d0c3bd922049f6fdce00c8562bc3ea810bfd9503bc04c303018a0d7f92fc9b9b0915908b5c5a3665ed9035f43
7
+ data.tar.gz: 691c8aaaea0f24edd51d9c72637b517c47047f47780916ced16a5a5171219bceb4ab32c49180f5ac68192cce5f123d954f4a0b1a09e88851e67e158b050f8c31
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## 1.3.0 (2022-09-21)
4
+
5
+ NEW FEATURES:
6
+
7
+ * add support for Terraform version `~> 1.3.0`
8
+ * update init, planfile, and destroy commands (add Rev1_03)
9
+ * add Rev1_03 rspecs
10
+
3
11
  ## 1.2.1 (2022-06-13)
4
12
 
5
13
  BUG FIX:
@@ -68,6 +68,12 @@ module Terradactyl
68
68
  end
69
69
  end
70
70
 
71
+ module Rev1_03
72
+ module Destroy
73
+ include Terradactyl::Terraform::Rev015::Destroy
74
+ end
75
+ end
76
+
71
77
  module Commands
72
78
  class Destroy < Base
73
79
  end
@@ -65,6 +65,12 @@ module Terradactyl
65
65
  end
66
66
  end
67
67
 
68
+ module Rev1_03
69
+ module Init
70
+ include Terradactyl::Terraform::Rev015::Init
71
+ end
72
+ end
73
+
68
74
  module Commands
69
75
  class Init < Base
70
76
  end
@@ -113,6 +113,11 @@ module Terradactyl
113
113
  end
114
114
  end
115
115
 
116
+ module Rev1_03
117
+ class PlanFileParser < Rev012::PlanFileParser
118
+ end
119
+ end
120
+
116
121
  module Rev011
117
122
  class PlanFileParser < Rev012::PlanFileParser
118
123
  def checksum
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Terradactyl
4
4
  module Terraform
5
- VERSION = '1.2.1'
5
+ VERSION = '1.3.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.2.1
4
+ version: 1.3.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-06-13 00:00:00.000000000 Z
11
+ date: 2022-09-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubyzip