remove validation, blocked when using option

pull/72/head
Stephen Kirby 2 years ago
parent b12cca9f70
commit 1bca09aa42

@ -318,11 +318,6 @@ data "coder_parameter" "region" {
value = option.key
}
}
validation {
# Functions as an error message for when the coder parameter is not selected
regex = "^(?!\\s*$).+"
error = "Azure region must be selected."
}
}
output "value" {

Loading…
Cancel
Save