Thanks to visit codestin.com Credit goes to github.com
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 21c224f commit 3b609fcCopy full SHA for 3b609fc
examples/docker-image-builds/main.tf
@@ -31,7 +31,7 @@ variable "step1_docker_host_warning" {
31
variable "step2_arch" {
32
description = "arch: What archicture is your Docker host on?"
33
validation {
34
- condition = contains(["amd64", "arm64", "armv7"], var.arch)
+ condition = contains(["amd64", "arm64", "armv7"], var.step2_arch)
35
error_message = "Value must be amd64, arm64 or armv7."
36
}
37
sensitive = true
0 commit comments