Skip to content

Commit

Permalink
Mark roadmap item as done
Browse files Browse the repository at this point in the history
  • Loading branch information
QuintenBruynseraede authored Jun 10, 2023
1 parent 7bec293 commit 450a5e7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,13 +170,13 @@ _Disclaimer:_ Terraform's logs do not contain any absolute timestamps. We can on

- [x] Release v0.0.1 as binary and as a Docker image
- [x] Improve parser
- [x] Detect failed resources (see [#13](https://github.com/QuintenBruynseraede/tf-profile/pull/13))
- [x] Detect failed resources (see [#13](https://github.com/datarootsio/tf-profile/pull/13))
- [x] Use plan and refresh phase to discover more resources
- [x] Implement a basic Gantt chart in `tf-profile graph` (see [#14](https://github.com/QuintenBruynseraede/tf-profile/pull/14))
- [x] Implement a basic Gantt chart in `tf-profile graph` (see [#14](https://github.com/datarootsio/tf-profile/pull/14))
- [ ] Implement a single-resource view in `tf-profile detail <resource>`
- This command should filter logs down to 1 single resource (i.e. refresh, plan, changes, and result)
- [ ] Small improvements:
- [ ] Add `no-agg` option to disable aggregation of for_each and count
- [x] Add `no-agg` option to disable aggregation of for_each and count (see [#28](https://github.com/datarootsio/tf-profile/pull/28))
- [ ] Add `max_depth` option to aggregate deep submodules
- [ ] Find a way to rename the columns in `tf-profile table` without breaking `--sort`
- [x] Add go report card: [https://goreportcard.com/report/github.com/QuintenBruynseraede/tf-profile](https://goreportcard.com/report/github.com/QuintenBruynseraede/tf-profile)
- [x] Add go report card: [https://goreportcard.com/report/github.com/QuintenBruynseraede/tf-profile](https://goreportcard.com/report/github.com/datarootsio/tf-profile)

0 comments on commit 450a5e7

Please sign in to comment.