We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4015c0 commit 4708188Copy full SHA for 4708188
examples/container-image/main.tf
@@ -66,6 +66,7 @@ module "docker_image" {
66
build_args = {
67
FOO = "bar"
68
}
69
+ platform = "linux/amd64"
70
71
72
resource "random_pet" "this" {
0 commit comments