Carim

Results 3 comments of Carim

Hello @tenthirtyam. I have tried with the **dynamic** block and also with two **host** blocks specifying each host_system_id. Same result. I'll try today with **for_each** and will tell you if...

I had modified to: ``` resource "vsphere_hosts" "esxi" { for_each = toset(var.esxi_hosts) hostname = each.key username = var.esxi_user password = var.esxi_password cluster = data.vsphere_compute_cluster.pool.id } ``` and I get the...

Same errors running `quay.io/ansible/awx:19.5.1` and `quay.io/ansible/awx-ee:latest` and `postgres:12` from scratch