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
- Host: GitHub
- URL: https://github.com/cloudandthings/terraform-pretty-plan
- Owner: cloudandthings
- License: mit
- Created: 2021-03-26T08:41:33.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-27T07:22:49.000Z (over 2 years ago)
- Last Synced: 2025-01-02T21:20:54.143Z (3 months ago)
- Language: Vue
- Homepage: https://cloudandthings.github.io/terraform-pretty-plan/
- Size: 1.53 MB
- Stars: 29
- Watchers: 3
- Forks: 5
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - cloudandthings/terraform-pretty-plan - Makes Terraform Plans Pretty (Vue)
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