mirror of
https://github.com/kreuzwerker/terraform-provider-docker.git
synced 2025-12-25 09:09:35 -05:00
* feat: Add platform attribute to docker_image resource * docs: Add updated docker_image documentation.
4 lines
87 B
HCL
4 lines
87 B
HCL
resource "docker_image" "foo" {
|
|
name = "busybox:1.34.0"
|
|
platform = "linux/amd64"
|
|
}
|