AK
Size: a a a
AK
AK
N
N
N
VT
РР
РР
РР
IZ
IZ
instance_group.3406523580.id: "ig-1DUA0CRZ9EE1Z" => <computed>
VT
DZ
DZ
DZ
VT
VT
N
The kubernetes block supports:
....
load_config_file - (Optional) By default the local config (~/.kube/config) is loaded when you use this provider. This option at false disable this behaviour. Can be sourced from KUBE_LOAD_CONFIG_FILE.provider "helm" {
version = "0.8.0"
kubernetes {
host = "${module.gke_cluster.endpoint}"
username = "${module.gke_cluster.gke_username}"
password = "${module.gke_cluster.gke_password}"
client_certificate = "${module.gke_cluster.base64decode_gke_client_certificate}"
client_key = "${module.gke_cluster.base64decode_gke_client_key}"
cluster_ca_certificate = "${module.gke_cluster.base64decode_gke_cluster_ca_certificate}"
load_config_file = false
}
}$ terraform plan
Error: provider.helm: kubernetes.0: invalid or unknown key: load_config_fileN
DZ