Fix PR comments

This commit is contained in:
murggu
2022-11-21 11:35:48 +01:00
parent 664d1069b8
commit f40d33642c
4 changed files with 6 additions and 16 deletions

View File

@ -22,11 +22,6 @@ variable "aad_login" {
object_id = string
tenant_id = string
})
default = {
name = "AzureAD Admin"
object_id = "00000000-0000-0000-0000-000000000000"
tenant_id = "00000000-0000-0000-0000-000000000000"
}
}
variable "jumphost_username" {