upbound / provider-terraform

A @crossplane provider for Terraform
Apache License 2.0
124 stars 55 forks source link

Move SYNCED before READY in output #244

Closed bobh66 closed 4 months ago

bobh66 commented 4 months ago

Description of your changes

This change swaps the SYNCED and READY columns in the kubectl get workspace output so that they read left-to-right in the order that you would expect them to occur. This brings the output in line with provider-kubernetes Objects and provider-helm Releases.

I have:

How has this code been tested

Tested the updated CRDs and verified that the columns are swapped.