Remo E
Results
42
comments of
Remo E
I found the following: ```tf disk { volume_id = "/mnt/data/database/db" } ``` When one has the following storage pool: ``` Target Path: /mnt/data/database Persistent: yes Type: dir ``` I haven't...
Does anyone know a workaround to create a conditional connection without duplicating code?: ```tf resource "null_resource" "example" { provisioner "file" { connection { host = "${local.connection["host"]}" user = "${local.connection["user"]}" private_key...