feat: add user and ssh key to ansible inventory
This commit is contained in:
@@ -35,6 +35,11 @@ variable "azure_location" {
|
||||
default = "westeurope"
|
||||
}
|
||||
|
||||
variable "azure_user" {
|
||||
description = "User that will gain access to the Azure vm's"
|
||||
default = "iac"
|
||||
}
|
||||
|
||||
variable "prefix" {
|
||||
description = "The Prefix used for all resources"
|
||||
default = "week-3-opdracht-1"
|
||||
|
Reference in New Issue
Block a user