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
This has a limitation in that the Secret Key Name must match precisely the Terraform Variable name that the module requires. If you cannot change the variable expected in the module you are using, then you must either manually create a new secret (if it's pre-existing) with the Key Name as expected, or fork and modify the Terraform Module so the variable name matches your secret key.
It would be nice to support valueFrom as a type on a variable itself, for example:
Currently you can specify valueFrom to retrieve variables from Kubernetes Secrets, as follows:
This translates to the following Terranetes Configuration Spec:
This has a limitation in that the Secret Key Name must match precisely the Terraform Variable name that the module requires. If you cannot change the variable expected in the module you are using, then you must either manually create a new secret (if it's pre-existing) with the Key Name as expected, or fork and modify the Terraform Module so the variable name matches your secret key.
It would be nice to support
valueFrom
as a type on a variable itself, for example:The text was updated successfully, but these errors were encountered: