GalleyBytes / terraform-operator

A Kubernetes CRD to handle terraform operations
http://tf.galleybytes.com
Apache License 2.0
364 stars 47 forks source link

add a 'tf' CRD shortName? #13

Closed jstrachan closed 3 years ago

jstrachan commented 3 years ago

quite a lot of CRDs have nice short names. e.g.

it might be nice to add a tf short name for the Terraform resource so that you can type:

kubectl get tf

Though I confess I'm not 100% sure how to add to the shortNames: in the generated CRD resource yet via the operator-sdk. Maybe we try figure this one out after the move to the latest greatest operator-sdk?

isaaguilar commented 3 years ago

I was just about to open an issue for this exact item. You beat me to the punch.

isaaguilar commented 3 years ago

Good news, terraform-operator is now built on operator-sdk v1.4.0 as of https://github.com/isaaguilar/terraform-operator/pull/16