This commit is contained in:
2023-10-22 15:13:01 -04:00
parent 2e32ae4b5c
commit afebefe635
4 changed files with 66 additions and 9 deletions

View File

@@ -0,0 +1,15 @@
resource "virtfusion_server" "node1" {
package_id = 1
user_id = 1
hypervisor_id = 1
ipv4 = 1
storage = 30
memory = 1024
cores = 1
traffic = 1000
inbound_network_speed = 100
outbound_network_speed = 100
storage_profile = 1
network_profile = 1
name = "test"
}