Skip to content

Commit 5fa9ed6

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 c66fb39 commit 5fa9ed6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tests/local/input_authentication.tftest.hcl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ run "should_input_admin_password_output_same_value_on_windows" {
4040
image = "Win2022Datacenter"
4141
store_secret_in_key_vault = false
4242
# Unset default, set in variables.auto.tfvars
43-
key_vault_id = null
43+
key_vault_id = null
4444
}
4545

4646
assert {
@@ -109,7 +109,7 @@ run "should_input_admin_password_output_same_value_on_linux" {
109109
operating_system = "Linux"
110110
store_secret_in_key_vault = false
111111
# Unset default, set in variables.auto.tfvars
112-
key_vault_id = null
112+
key_vault_id = null
113113
}
114114

115115
assert {
@@ -158,7 +158,7 @@ run "should_input_admin_ssh_public_key_output_same_value_on_linux" {
158158
operating_system = "Linux"
159159
store_secret_in_key_vault = false
160160
# Unset default, set in variables.auto.tfvars
161-
key_vault_id = null
161+
key_vault_id = null
162162
}
163163

164164
assert {

0 commit comments

Comments
 (0)