mirror of
https://github.com/kreuzwerker/terraform-provider-docker.git
synced 2025-12-28 10:39:42 -05:00
4 lines
137 B
Terraform
4 lines
137 B
Terraform
|
|
resource "docker_image" "foobar" {
|
||
|
|
name = "stocard/gotthard@sha256:ed752380c07940c651b46c97ca2101034b3be112f4d86198900aa6141f37fe7b"
|
||
|
|
}
|