Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cloudandthings/terraform-pretty-plan
https://github.com/cloudandthings/terraform-pretty-plan
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/cloudandthings/terraform-pretty-plan
- Owner: cloudandthings
- License: mit
- Created: 2021-03-26T08:41:33.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-27T07:22:49.000Z (about 2 years ago)
- Last Synced: 2024-08-13T07:18:28.358Z (3 months ago)
- Language: Vue
- Size: 1.53 MB
- Stars: 26
- Watchers: 3
- Forks: 3
- Open Issues: 5
-
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