Skip to content

Commit 11f7185

Browse files
committed
Make the mounted git repo readonly
1 parent b68d037 commit 11f7185

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

incus/infrastructure.tf

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,9 @@ resource "incus_instance" "instances" {
128128
type = "disk"
129129
name = "puppetenv"
130130
properties = {
131-
source = device.value
132-
path = local.config_git_url_mount_path
131+
source = device.value
132+
path = local.config_git_url_mount_path
133+
readonly = true
133134
}
134135
}
135136
}

0 commit comments

Comments
 (0)