diff --git a/test-starrocks-fe.tf b/test-starrocks-fe.tf index 083aa36..7d3a7ca 100644 --- a/test-starrocks-fe.tf +++ b/test-starrocks-fe.tf @@ -21,7 +21,7 @@ resource "vsphere_virtual_machine" "test-starrocks-fe-vm" { vapp { properties = { "user-data" = base64encode(templatefile("${path.module}/cloud-init.tpl", { - ip_addr = "192.168.61.170" + ip_addr = "192.168.61.171" gateway = "192.168.61.1" dns1 = "192.168.61.1" dns2 = "114.114.114.114" @@ -34,7 +34,7 @@ resource "vsphere_virtual_machine" "test-starrocks-fe-vm" { type = "ssh" user = "ubuntu" private_key = var.ssh_private_key_content - host = "192.168.61.170" + host = "192.168.61.171" timeout = "2m" }