Skip to content

Commit 0e56ecf

Browse files
lebenitzalonegunmanb
authored andcommitted
Align os_disk_type description from azurerm provider
Signed-off-by: Mihai A <mihai.anei@gmail.com>
1 parent 5267a00 commit 0e56ecf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ variable "os_disk_size_gb" {
9393
}
9494

9595
variable "os_disk_type" {
96-
description = "The type of disk which should be used for the Operating System. Possible values are Ephemeral and Managed. Defaults to Managed. Changing this forces a new resource to be created."
96+
description = "The type of disk which should be used for the Operating System. Possible values are `Ephemeral` and `Managed`. Defaults to `Managed`. Changing this forces a new resource to be created."
9797
type = string
9898
default = "Managed"
9999
}

0 commit comments

Comments
 (0)