文件名称:terraform-landscape:改进Terraform的计划输出,使其更易于阅读和理解
文件大小:625KB
文件格式:ZIP
更新时间:2024-02-20 12:06:27
ruby bash terraform BashRuby
地形景观 Terraform Landscape是重新格式化terraform plan的输出以使其易于阅读和理解的工具。 之前 后 要求 Ruby2.5+ Terraform 0.11.x(有关详情,请参见 ) 安装 landscape可执行文件通过。 gem install terraform_landscape 苹果系统 Terraform Landscape也可以通过。 brew install terraform_landscape 用法 将landscape terraform plan的输出通过管道传输到landscape以重新格式化输出。 terraform plan ... | landscape 码头工人 使用提供的Dockerfile构建Docker映像并直接使用它: docker build . -t landscape terraform plan ... | docker run -i --rm landscape 执照 该项目是根据。
【文件预览】:
terraform-landscape-master
----.github()
--------CONTRIBUTING.md(2KB)
--------CODEOWNERS(151B)
----Dockerfile(242B)
----.circleci()
--------config.yml(1KB)
----lib()
--------terraform_landscape()
--------terraform_landscape.rb(269B)
----Gemfile(232B)
----Guardfile(445B)
----doc()
--------before.png(377KB)
--------after.png(296KB)
----spec()
--------printer_spec.rb(14KB)
--------terraform_plan_spec.rb(18KB)
--------spec_helper.rb(137B)
--------support()
----LICENSE(11KB)
----README.md(1KB)
----.rubocop.yml(423B)
----.gitignore(13B)
----grammar()
--------terraform_plan.treetop(3KB)
----bin()
--------landscape(161B)
----CHANGELOG.md(2KB)
----terraform_landscape.gemspec(1KB)