Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Command tfctl get should show SUSPENDED column #1041

Open
madAndroid opened this issue Oct 11, 2023 · 0 comments
Open

Command tfctl get should show SUSPENDED column #1041

madAndroid opened this issue Oct 11, 2023 · 0 comments
Labels
area/cli kind/enhancement New feature or request

Comments

@madAndroid
Copy link
Contributor

As an operator,
I want to be able to view the SUSPENDED status of my Terraform resources,
So that I can easily view whether my resources are suspended or not.

Currently tfctl get shows the following output:

tfctl get all
NAMESPACE       NAME                            READY   MESSAGE                                                         PLAN PENDING    AGE
flux-system     tf-runner-ecr-repository        True    No drift: main@sha1:5ec313b8215eaee3c8532cd29d669541cf6abf1a    false           1 week
flux-system     wge-workshops-tf-state          True    No drift: main@sha1:5ec313b8215eaee3c8532cd29d669541cf6abf1a    false           4 weeks

It would be useful if the output could include a SUSPENDED column, in the same way Flux does:

flux get sources git
NAME                    REVISION                                SUSPENDED       READY   MESSAGE
flux-system             main@sha1:5ec313b8                      False           True    stored artifact for revision 'main@sha1:5ec313b8'

This would allow an operator to check at first glance whether a resource is suspended or not.

@chanwit chanwit changed the title tfctl get should show SUSPENDED column Command tfctl get should show SUSPENDED column Oct 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/cli kind/enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants