fixed 'varaible' typo

This commit is contained in:
Stephen Kirby
2023-09-20 21:36:44 +00:00
parent 78c93cac04
commit 61dc074767

View File

@@ -9,7 +9,7 @@ terraform {
}
}
varaible "display_name" {
variable "display_name" {
default = "Azure Region"
description = "The display name of the Coder parameter."
type = string