Skip to main content
variables.tf140 B
View on GitHub
variable "ip_address" {
description = "The IP address to retrieve information for (optional)"
type = string
default = ""
}

Related Documentation