terraform-provider-docker/testdata/resources/docker_image/testAccDockerImagePlatform.tf
Martin 5ffe0f3628
feat: Add platform attribute to docker_image resource (#500)
* feat: Add platform attribute to docker_image resource

* docs: Add updated docker_image documentation.
2022-12-28 11:38:42 +01:00

4 lines
87 B
HCL

resource "docker_image" "foo" {
name = "busybox:1.34.0"
platform = "linux/amd64"
}