mirror of
https://github.com/kreuzwerker/terraform-provider-docker.git
synced 2025-12-29 19:19:40 -05:00
5 lines
87 B
Terraform
5 lines
87 B
Terraform
|
|
resource "docker_image" "foo" {
|
||
|
|
name = "busybox:1.34.0"
|
||
|
|
platform = "linux/amd64"
|
||
|
|
}
|