We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8017e5c commit 9bb23e7Copy full SHA for 9bb23e7
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Terraform Landscape Change Log
2
3
+## 0.2.2
4
+
5
+* Fix output parser to show changed sensitive values
6
+* Fix plan parser to not extract attributes using `eval`
7
+* Include warning messages in output
8
9
## 0.2.1
10
11
* Include period after `No changes` to maximize output compatibility
lib/terraform_landscape/version.rb
@@ -2,5 +2,5 @@
# Defines the gem version.
module TerraformLandscape
- VERSION = '0.2.1'.freeze
+ VERSION = '0.2.2'.freeze
end
0 commit comments