GalleyBytes / terraform-operator

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

fix: allow a custom k8s ServiceAccount to be used #7

Closed jstrachan closed 3 years ago

jstrachan commented 3 years ago

when using other clouds its often easier to configure the k8s ServiceAccount to be used.

e.g. on Google Cloud you can create a k8s SA that maps to an cloud SA and cloud role; but the 2 things need to be mapped together in terms of name + namespace; so its easier to create that and reuse it inside the Terraform pods.

fixes #6

isaaguilar commented 3 years ago

This is a nice addition. Thanks.