fix dynamic private ip

This commit is contained in:
jodhi
2022-02-24 23:57:36 +07:00
parent 519cae04d3
commit b5039e2bc1
4 changed files with 6 additions and 14 deletions

View File

@@ -59,13 +59,6 @@ variable "network_id" {
type = number
}
variable "ip" {
default = null
description = "The IP"
type = string
nullable = true
}
variable "server_type" {
description = "The server type"
type = string