Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3b609fc

Browse files
committed
fix bug
1 parent 21c224f commit 3b609fc

File tree

1 file changed

+1
-1
lines changed
  • examples/docker-image-builds

1 file changed

+1
-1
lines changed

examples/docker-image-builds/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ variable "step1_docker_host_warning" {
3131
variable "step2_arch" {
3232
description = "arch: What archicture is your Docker host on?"
3333
validation {
34-
condition = contains(["amd64", "arm64", "armv7"], var.arch)
34+
condition = contains(["amd64", "arm64", "armv7"], var.step2_arch)
3535
error_message = "Value must be amd64, arm64 or armv7."
3636
}
3737
sensitive = true

0 commit comments

Comments
 (0)