Skip to content

Commit 1749a61

Browse files
Update CHANGELOG.md
1 parent 7541c7c commit 1749a61

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
# ChanegLog
22

3-
## Removed varsiables
3+
## v2.0.0
4+
__New Variables__
5+
```hcl
6+
variable "network" {
7+
description = "Define PortGroup and IPs for each VM"
8+
type = map(list(string))
9+
default = {}
10+
}
11+
variable "data_disk" {
12+
description = "Storage data disk parameter, example"
13+
type = map(map(string))
14+
default = {}
15+
}
16+
```
17+
__Removed varsiables__
418

519
```hcl
620
#Network Section

0 commit comments

Comments
 (0)