summaryrefslogtreecommitdiff
path: root/main.tf
diff options
context:
space:
mode:
Diffstat (limited to 'main.tf')
-rw-r--r--main.tf2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.tf b/main.tf
index 606e79f..1410f7f 100644
--- a/main.tf
+++ b/main.tf
@@ -19,7 +19,7 @@ resource "virtualbox_vm" "node" {
network_adapter {
type = "bridged"
- host_interface = "ens160"
+ host_interface = "enp1s0"
}
}