terraform-landscape

Improve Terraform's plan output to be easier to read and understand

APACHE-2.0 License

Downloads
28
Stars
1.6K
Committers
24

Bot releases are hidden (Show)

terraform-landscape - 0.3.4 Latest Release

Published by sds almost 4 years ago

  • Fix syntax errors when running on Ruby 3
terraform-landscape - 0.3.3

Published by sds over 4 years ago

  • Fix handling of Windows newlines in preprocessing step
terraform-landscape - 0.3.2

Published by sds over 5 years ago

  • Fix handling of UTF-8 strings in Terraform plans
terraform-landscape - 0.3.1

Published by sds over 5 years ago

  • Fix handling of initialization messages for included modules
terraform-landscape - 0.3.0

Published by sds almost 6 years ago

  • 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
terraform-landscape - 0.2.2

Published by sds almost 6 years ago

  • Fix output parser to show changed sensitive values
  • Fix plan parser to not extract attributes using eval
  • Include warning messages in output
terraform-landscape - 0.2.1

Published by sds about 6 years ago

  • 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
terraform-landscape - 0.2.0

Published by sds about 6 years ago

  • Sort JSON by keys before generating diff
terraform-landscape - 0.1.18

Published by sds over 6 years ago

  • Allow confirming terraform apply prompt
terraform-landscape - 0.1.17

Published by sds almost 7 years ago

  • Fix handling of dashed line separators after state refresh output
terraform-landscape - 0.1.6

Published by sds almost 7 years ago

  • Fix handling of initialization messages output by terraform init
terraform-landscape - 0.1.15

Published by sds about 7 years ago

  • Fix unquoted bracketed output to work with <sensitive> fields
terraform-landscape - 0.1.14

Published by sds about 7 years ago

  • Fix handling of This plan does nothing output
terraform-landscape - 0.1.13

Published by sds about 7 years ago

  • Fix processing of resource changes with (new resource required) explanation
terraform-landscape - 0.1.12

Published by sds about 7 years ago

  • Fix processing attribute names that include colons
terraform-landscape - 0.1.11

Published by sds about 7 years ago

  • Fix handling of <computed> attribute values with Terraform 0.10.4+
terraform-landscape - 0.1.10

Published by sds about 7 years ago

  • Fix handling of attribute names with spaces
terraform-landscape - 0.1.9

Published by sds about 7 years ago

  • Fix handling of additional indentation in Terraform 0.10.0 output
terraform-landscape - 0.1.8

Published by sds about 7 years ago

  • Fix handling of Terraform plan outputs when -out flag not specified
terraform-landscape - 0.1.7

Published by sds about 7 years ago

  • Gracefully handle case where Terraform output does not contain postface