parent
f11448c692
commit
76373b70fb
|
@ -37,7 +37,7 @@ resource "vsphere_folder" "frontend" {
|
||||||
|
|
||||||
# Create a virtual machine within the folder
|
# Create a virtual machine within the folder
|
||||||
resource "vsphere_virtual_machine" "web" {
|
resource "vsphere_virtual_machine" "web" {
|
||||||
name = "terraform_web"
|
name = "terraform-web"
|
||||||
folder = "${vsphere_folder.frontend.path}"
|
folder = "${vsphere_folder.frontend.path}"
|
||||||
vcpu = 2
|
vcpu = 2
|
||||||
memory = 4096
|
memory = 4096
|
||||||
|
|
Loading…
Reference in New Issue