An open API service indexing awesome lists of open source software.

https://github.com/cloudandthings/terraform-pretty-plan

Makes Terraform Plans Pretty
https://github.com/cloudandthings/terraform-pretty-plan

Last synced: about 2 months ago
JSON representation

Makes Terraform Plans Pretty

Awesome Lists containing this project

README

        

**THIS IS A POC, NEEDS A LOT OF TESTING**
# GoCD Pretty Plan
- Purpose built for adding a more managable view of tf plan in your GoCD deployment pipeline
- Expandable/collapsible sections to help you see your plan at a high level and in detail
- Tabular layout for easy comparison of old/new values
- Better display formatting of multi-line strings (such as JSON documents)

## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).

## TODO
- Bundle with a gocd-terraform container image