Skip to content

Commit d537d46

Browse files
committed
refactor(virtual_machine): update file paths for linux diagnostic extensions to use other relative paths
1 parent 289bd96 commit d537d46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/compute/virtual_machine/216-vm-linux_diagnostic_extensions/configurations.tfvars

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ virtual_machines = {
5656
}
5757
virtual_machine_extensions = {
5858
linux_diagnostic = {
59-
ladcfg_file_path = "./diagnostics/ladcfg.json"
60-
filelogs_file_path = "./diagnostics/filelogs.json"
59+
ladcfg_file_path = "./compute/virtual_machine/216-vm-linux_diagnostic_extensions/diagnostics/ladcfg.json"
60+
filelogs_file_path = "./compute/virtual_machine/216-vm-linux_diagnostic_extensions/diagnostics/filelogs.json"
6161
diagnostic_storage_account_key = "bootdiag_region1"
6262
}
6363
}

0 commit comments

Comments
 (0)