Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shoekstra/tfc-rum-stats
Utility script to generate Terraform Cloud RUM stats
https://github.com/shoekstra/tfc-rum-stats
Last synced: 27 days ago
JSON representation
Utility script to generate Terraform Cloud RUM stats
- Host: GitHub
- URL: https://github.com/shoekstra/tfc-rum-stats
- Owner: shoekstra
- License: mit
- Created: 2024-04-23T20:57:02.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-04-23T21:55:23.000Z (9 months ago)
- Last Synced: 2024-04-23T22:52:30.030Z (9 months ago)
- Language: Go
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tfc-rum-stats
Utility script to generate Terraform Cloud RUM stats.
At the end a CSV is generated listing each workspace and its resource count.
## Usage
List RUM stats for all organizations you have access to:
```bash
TFE_TOKEN= go run ./cmd/tfc-rum-stats/main.go -all
```List rUM stats for a specific organization:
```bash
TFE_TOKEN= go run ./cmd/tfc-rum-stats/main.go -name
```Add `-verbose` to either command to get more output or `-h` to view instructions.