I am surrounded by weebs
Some checks failed
Trunk Check / Trunk Check Runner (push) Failing after 1s
Some checks failed
Trunk Check / Trunk Check Runner (push) Failing after 1s
This commit is contained in:
parent
828ededcd2
commit
4c077e9475
1 changed files with 4 additions and 0 deletions
|
@ -12,9 +12,13 @@ resource "docker_volume" "ender5plus" {
|
|||
provider = docker.printi
|
||||
name = "ender5plus_config"
|
||||
}
|
||||
resource "scratch_string" "arse" {
|
||||
in = yamlencode(docker_image.octoprint)
|
||||
}
|
||||
|
||||
resource "docker_container" "ender5plus" {
|
||||
image = "${docker_image.octoprint.name}:latest"
|
||||
#image = docker_image.octoprint.image_id
|
||||
provider = docker.printi
|
||||
name = "ender5plus"
|
||||
env = [
|
||||
|
|
Reference in a new issue