Skip to content

Commit

Permalink
Update variable_validation.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rptdata authored Jun 15, 2022
1 parent d84960a commit 99a9ca2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variable_validation.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ variable "vm_size" {
validation {
condition = contains(["Standard_D2s_v4", "Standard_A2", "Standard_DS1_v2"], var.vm_size)
error_message = "You must use an approved operating system. Options are Standard_A2, Standard_DS1_v2 or Standard_D2s_v4."
error_message = "You must use an approved VM Size. Options are Standard_A2, Standard_DS1_v2 or Standard_D2s_v4."
}
}
```
Expand Down

0 comments on commit 99a9ca2

Please sign in to comment.