Skip to content

Commit 4708188

Browse files
committed
Add platform to example container image
1 parent a4015c0 commit 4708188

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/container-image/main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ module "docker_image" {
6666
build_args = {
6767
FOO = "bar"
6868
}
69+
platform = "linux/amd64"
6970
}
7071

7172
resource "random_pet" "this" {

0 commit comments

Comments
 (0)