Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.