File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
modules/k8s-operator-crd-support Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ locals {
18
18
cluster_endpoint = " https://${ var . cluster_endpoint } "
19
19
token = data. google_client_config . default . access_token
20
20
cluster_ca_certificate = data. google_container_cluster . primary . master_auth . 0 . cluster_ca_certificate
21
- private_key = var. create_ssh_key && var. ssh_auth_key == null ? tls_private_key. k8sop_creds [0 ]. private_key_pem : file ( var. ssh_auth_key )
21
+ private_key = var. create_ssh_key && var. ssh_auth_key == null ? tls_private_key. k8sop_creds [0 ]. private_key_pem : var. ssh_auth_key
22
22
k8sop_creds_secret_key = var. secret_type == " cookiefile" ? " cookie_file" : var. secret_type
23
23
should_download_manifest = var. operator_path == null ? true : false
24
24
manifest_path = local. should_download_manifest ? " ${ path . root } /.terraform/tmp/config-management-operator.yaml" : var. operator_path
You can’t perform that action at this time.
0 commit comments