We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1020115 commit 70cf584Copy full SHA for 70cf584
1 file changed
docs/resources/cluster_v2.md
@@ -328,10 +328,10 @@ resource "rancher2_cluster_v2" "foo-harvester-v2-cloud-provider" {
328
}
329
# The kubeconfig file of the Harvester cluster is sent to all nodes via the machine_selector_config
330
machine_selector_config {
331
- config = {
+ config = jsonencode({
332
cloud-provider-config = file("${path.module}/foo-harvester-v2-cloud-provider-kubeconfig")
333
cloud-provider-name = "harvester"
334
- }
+ })
335
336
machine_global_config = <<EOF
337
cni: "calico"
0 commit comments