Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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


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

Last synced: 4 days ago
JSON representation

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