You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
chanwit
changed the title
tfctl get should show SUSPENDED column
Command tfctl get should show SUSPENDED column
Oct 12, 2023
As an operator,
I want to be able to view the
SUSPENDED
status of myTerraform
resources,So that I can easily view whether my resources are suspended or not.
Currently
tfctl get
shows the following output:It would be useful if the output could include a
SUSPENDED
column, in the same way Flux does:This would allow an operator to check at first glance whether a resource is suspended or not.
The text was updated successfully, but these errors were encountered: