Skip to content

Commit

Permalink
terraform fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Haibread committed Feb 3, 2024
1 parent 56332db commit bcc98f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infrastructure-terraform/virtual_machines.tf
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ resource "vsphere_virtual_machine" "test-machine" {
customize {
linux_options {
host_name = "test-vm"
domain = "homelab.lan"
domain = "homelab.lan"
}
network_interface {
ipv4_address = "10.0.10.2"
Expand Down

0 comments on commit bcc98f5

Please sign in to comment.