ZFS storage with OmniOS and iSCSI
The following setup of iSCSI shared storage on cluster of OmniOS servers was later used as ZFS over iSCSI storage in Proxmox PVE, see Adding ZFS over iSCSI shared storage to Proxmox. It was inspired by the excellent work from…
Using data source to mitigate lack of intermediate variables and interpolation
Just something I dug out in the Terraform forum and would like to keep as a reminder for the future. Terraform will not allow us to do something like this: variable project_name { default = “ane” } variable some_name {…