mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Update a default example in VMware vSphere provider
This commit is contained in:
parent
7e2c8d2118
commit
fae25a9ed8
@ -41,8 +41,7 @@ resource "vsphere_virtual_machine" "web" {
|
|||||||
}
|
}
|
||||||
|
|
||||||
disk {
|
disk {
|
||||||
size = 1
|
template = "centos-7"
|
||||||
iops = 500
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
@ -24,8 +24,7 @@ resource "vsphere_virtual_machine" "web" {
|
|||||||
}
|
}
|
||||||
|
|
||||||
disk {
|
disk {
|
||||||
size = 1
|
template = "centos-7"
|
||||||
iops = 500
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user