Skip to content

Commit

Permalink
fix(examples): update custom data template path for virtual machine c…
Browse files Browse the repository at this point in the history
…onfiguration
  • Loading branch information
rfernandezdo committed Dec 3, 2024
1 parent 2a5993b commit 1d5045e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ virtual_machines = {
disable_password_authentication = true

custom_data = {
templatefile = "compute/virtual_machine/113-single-linux-custom-data-template/custom_data.tpl"
# Mock tests working with custom data
templatefile = "examples/compute/virtual_machine/113-single-linux-custom-data-template/custom_data.tpl"
my_value = "my_value"
}
dynamic_custom_data = {
Expand Down

0 comments on commit 1d5045e

Please sign in to comment.