File tree Expand file tree Collapse file tree 2 files changed +0
-31
lines changed Expand file tree Collapse file tree 2 files changed +0
-31
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -111,16 +111,6 @@ resource "libvirt_domain" "main" {
111
111
network_name = " default"
112
112
# wait_for_lease = true
113
113
}
114
-
115
- # We use a XSL Transform file to modify the VM's XML definition to set the boot disk to be readonly
116
- # Otherwise, cloud-init will ignore the newly modified cloud-init disk and the Coder agent will use an outdated token
117
- # Also, we don't want the end users to be able to write to this
118
- # NOTE: will remove this later, this actually breaks cloud-init
119
- # xml {
120
- # xslt = templatefile("boot-disk-readonly.xsl", {
121
- # disk_name = libvirt_volume.boot.name
122
- # })
123
- # }
124
114
}
125
115
126
116
resource "coder_metadata" "libvirt_domain_main" {
You can’t perform that action at this time.
0 commit comments