Skip to content

Commit 2f5f8db

Browse files
committed
Add Key Vault ID as a tag to virtual machines and enhance variable descriptions
Signed-off-by: Andre Licht <al@cloudeteer.de>
1 parent dcf09c9 commit 2f5f8db

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

tests/local/input_authentication.tftest.hcl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ run "should_input_admin_password_output_same_value_on_windows" {
3939
authentication_type = "Password"
4040
image = "Win2022Datacenter"
4141
store_secret_in_key_vault = false
42+
# Unset default, set in variables.auto.tfvars
4243
key_vault_id = null
4344
}
4445

@@ -107,6 +108,7 @@ run "should_input_admin_password_output_same_value_on_linux" {
107108
image = "Ubuntu2204"
108109
operating_system = "Linux"
109110
store_secret_in_key_vault = false
111+
# Unset default, set in variables.auto.tfvars
110112
key_vault_id = null
111113
}
112114

@@ -155,6 +157,7 @@ run "should_input_admin_ssh_public_key_output_same_value_on_linux" {
155157
image = "Ubuntu2204"
156158
operating_system = "Linux"
157159
store_secret_in_key_vault = false
160+
# Unset default, set in variables.auto.tfvars
158161
key_vault_id = null
159162
}
160163

0 commit comments

Comments
 (0)