File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ resource "kubernetes_deployment" "deployment" {
140140- ` kvm_hidden ` (Boolean) Hide the hypervisor signature from the guest in minikube (kvm2 driver only)
141141- ` kvm_network ` (String) The KVM default network name. (kvm2 driver only)
142142- ` kvm_numa_count ` (Number) Simulate numa node count in minikube, supported numa node count range is 1-8 (kvm2 driver only)
143- - ` kvm_qemu_uri ` (String) ///system' The KVM QEMU connection URI. (kvm2 driver only)
143+ - ` kvm_qemu_uri ` (String) The KVM QEMU connection URI. (kvm2 driver only)
144144- ` listen_address ` (String) IP Address to use to expose ports (docker and podman driver only)
145145- ` memory ` (Number) Amount of RAM to allocate to Kubernetes in mb
146146- ` mount ` (Boolean) This will start the mount daemon and automatically mount files into minikube.
Original file line number Diff line number Diff line change @@ -355,8 +355,8 @@ var (
355355 Type : schema .TypeString ,
356356 Optional : true ,
357357 ForceNew : true ,
358- Description : "///system' The KVM QEMU connection URI. (kvm2 driver only)" ,
359- Default : "qemu" ,
358+ Description : "The KVM QEMU connection URI. (kvm2 driver only)" ,
359+ Default : "qemu:///system " ,
360360 },
361361
362362 "listen_address" : {
You can’t perform that action at this time.
0 commit comments