Newer
Older
variable "integration_registry" {
type = string
}
variable "integration_username" {
type = string
}
variable "integration_access_token" {
type = string
}
variable "tls_key" {
type = string
}
variable "tls_cert" {
type = string
}
variable "tls_ca_cert" {
type = string
}
variable "container_tag" {
type = string
default = "registry.code.fbi.h-da.de/danet/gosdn:latest"
Malte Bauch
committed
default = "registry.code.fbi.h-da.de/danet/containers/ceos:latest"
variable "network_name" {
type = string
default = ""
}
variable "ceos_address" {
type = string
}
variable "gosdn_address" {
type = string