Check if ID is enough to apply temp volume
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
output "id" {
|
||||
description = "ID of the temporary volume"
|
||||
value = docker_volume.shared_volume.id
|
||||
}
|
||||
|
||||
output "name" {
|
||||
description = "Name of the temporary volume"
|
||||
value = docker_volume.shared_volume.name
|
||||
|
||||
@@ -32,7 +32,7 @@ locals {
|
||||
|
||||
penpot_volumes = [
|
||||
{
|
||||
host_path = "${module.penpot_temp_volume.name}"
|
||||
host_path = "${module.penpot_temp_volume.id}"
|
||||
container_path = "/opt/data/assets"
|
||||
read_only = false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user