Releases: coinbase/terraform-landscape
Releases · coinbase/terraform-landscape
0.3.4
- Fix syntax errors when running on Ruby 3
0.3.3
- Fix handling of Windows newlines in preprocessing step
0.3.2
- Fix handling of UTF-8 strings in Terraform plans
0.3.1
- Fix handling of initialization messages for included modules
0.3.0
- Display original Terraform output when Landscape encounters an unhandled exception
- Drop dependency on
string_undump
gem in favor of built in String#undump
method
introduced in Ruby 2.5
- Require Ruby 2.5 or newer
0.2.2
- Fix output parser to show changed sensitive values
- Fix plan parser to not extract attributes using
eval
- Include warning messages in output
0.2.1
- Include period after
No changes
to maximize output compatibility
- Fix output parser to work with Terraform workspaces
- Fix output parser to work around multi-byte UTF-8 characters in certain scenarios
0.2.0
- Sort JSON by keys before generating diff
0.1.18
- Allow confirming
terraform apply
prompt
0.1.17
- Fix handling of dashed line separators after state refresh output