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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c61d5c7f95f1766f2de945d305776d8b3f26061cce628ce758eb5016d7306d97
|
|
4
|
+
data.tar.gz: fa42e59f3ff390d97d6b53944aef6b9f6b348d0a219de8f4165bf64df4bf93f9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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)
|
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.
|
|
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:
|
|
11
|
+
date: 2024-01-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rubyzip
|