Dennis

Results 76 comments of Dennis

Im getting a similar error, not related to GKE This happens both with a Rancher created and an imported cluster. Both through the Rancher API-Proxy and with direct access to...

Another thing i noticed.. sometimes if there were like 3 vms in a vApp, the settings where applied to one of them in the first run and to the others...

Still a problem with ``` ❯ terraform version Terraform v0.15.2 on linux_amd64 + provider registry.terraform.io/hashicorp/helm v2.1.2 + provider registry.terraform.io/hashicorp/kubernetes v2.1.0 + provider registry.terraform.io/hashicorp/local v2.1.0 + provider registry.terraform.io/hashicorp/null v3.1.0 + provider...

Seems this is still not working... ``` ❯ terraform version Terraform v1.1.5 on linux_amd64 + provider registry.terraform.io/hashicorp/vsphere v2.0.2 ``` On first run it fails with there errors: ``` vsphere_vapp_container.vapp_container_cluster: Creating......

And this the state file after all this terraform.tfstate ```json { "version": 4, "terraform_version": "1.1.5", "serial": 9, "lineage": "4f7eef30-b7a8-8da2-31ea-7375f11405c7", "outputs": {}, "resources": [ { "mode": "data", "type": "vsphere_compute_cluster", "name": "cluster",...

Sure this is my test file Click to expand! ``` provider "vsphere" { user = "[email protected]" password = "mypass" vsphere_server = "vcenter.domain" allow_unverified_ssl = true } data "vsphere_datacenter" "dc" {...