Skip to content

Stable v1.3.0

Compare
Choose a tag to compare
@Arman-Keyoumarsi Arman-Keyoumarsi released this 23 Jun 10:20
· 125 commits to master since this release
df7bebd

ChangeLog

Ability to define depend on using variable vm_depends_on

New Variables:

variable "vm_depends_on" {
  description = "Add any external depend on module here like vm_depends_on = [module.fw_core01.firewall]"
  type        = any
  default     = null
}

Contributors:

@Arman-Keyoumarsi