Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
This repository was archived by the owner on Mar 8, 2021. It is now read-only.
/sceneryPublic archive

A Terraform plan output prettifier

License

NotificationsYou must be signed in to change notification settings

dmlittle/scenery

Repository files navigation

Scenery was specifically designed to parse the plan output of Terraform 0.11 which has since beendeprecated. Anyone considering building upon this tool is recommended to look into the new terraform planJSON output (introdcued in Terrafrom 0.12) rather than parsing raw text output. Additionally Terraform 0.14 introducedconcise diff plan outputs that does most of what scenery does today.

Scenery

Scenery is a zero dependencies CLI tool to prettifyterraform plan outputs to be easier to read and digest. A lot of inspiration was drawn fromTerraform Landscape.

Installing

If you have a functional Go environment, you can installscenery with the following command:

$ go get -u github.com/dmlittle/scenery

Usage

$ terraform plan ...| scenery

If you wish to suppress the color output you may pass a--no-color flag toscenery.

$ terraform plan ...| scenery --no-color

License

The MIT License (MIT) - seeLICENSE.md for more details.


[8]ページ先頭

©2009-2025 Movatter.jp