Skip to content

Stable v2.0.0

Compare
Choose a tag to compare
@Arman-Keyoumarsi Arman-Keyoumarsi released this 14 Nov 18:04
· 82 commits to master since this release
1482768

ChangeLog

This Release breaks backward compatibility with older version, due to variable changes.

  • Unified Network Variable using map.
  • Unified Data_Disk variable using map.

New Variables

variable "network" {
  description = "Define PortGroup and IPs for each VM"
  type        = map(list(string))
  default     = {}
}
variable "data_disk" {
  description = "Storage data disk parameter, example"
  type        = map(map(string))
  default     = {}
}