Skip to content

Commit

Permalink
Merge pull request #24570 from rzfeeser/patch-1
Browse files Browse the repository at this point in the history
Fix examples/virtual-machines/linux/basic-password/ undefined variables error
  • Loading branch information
tombuildsstuff authored Jan 22, 2024
2 parents a2e1474 + 0ed5299 commit 2e3b7d8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions examples/virtual-machines/linux/basic-password/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,11 @@ variable "prefix" {
variable "location" {
description = "The Azure Region in which all resources in this example should be created."
}

variable "admin_username" {
description = "The admin username for the VM being created."
}

variable "admin_password" {
description = "The password for the VM being created."
}

0 comments on commit 2e3b7d8

Please sign in to comment.