terraspace 0.5.4 → 0.5.5
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 +4 -4
- data/CHANGELOG.md +3 -0
- data/lib/terraspace/cli/check_setup.rb +1 -1
- data/lib/terraspace/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2c1f2eeedf81924675273ea090cf485919fe3fa74f178dad36cb49a92a91cbc7
|
|
4
|
+
data.tar.gz: cb925de348699c79e71a86a8a17c518ead35ed3c1efd8d1639938019ea93f2b9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5013095abeeb89a2229bd85d197dd424f5675e69b23f5c24752c6d70ac4d461c00762c9d2025c01d64066622a1d342dfdf1fe4a06d8125ad10329a569f79de31
|
|
7
|
+
data.tar.gz: a5d2374d71923a9df87cd7ecd045b196017c101562265aca253a998ced96646896aab5af5e1a77f26e5cb8bb960628fc0c716a8519a4e21387d4a5afbe1c991b
|
data/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,9 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
This project *loosely tries* to adhere to [Semantic Versioning](http://semver.org/), even before v1.0.
|
|
5
5
|
|
|
6
|
+
## [0.5.5] - 2020-11-27
|
|
7
|
+
- fix link
|
|
8
|
+
|
|
6
9
|
## [0.5.4] - 2020-11-27
|
|
7
10
|
- fix check setup when terraform not found
|
|
8
11
|
|
|
@@ -41,7 +41,7 @@ class Terraspace::CLI
|
|
|
41
41
|
def terraform_is_not_installed
|
|
42
42
|
<<~EOL
|
|
43
43
|
Terraform not installed. Unable to detect a terraform command. Please double check that terraform is installed.
|
|
44
|
-
See: https://
|
|
44
|
+
See: https://terraspace.cloud/docs/install/terraform/
|
|
45
45
|
EOL
|
|
46
46
|
end
|
|
47
47
|
|
data/lib/terraspace/version.rb
CHANGED