Add the cassandra network name to the variables.
This commit is contained in:
parent
bbd8fbd779
commit
896540b09b
|
@ -243,6 +243,7 @@ variable "networks_list" {
|
||||||
timescaledb = "timescaledb-net"
|
timescaledb = "timescaledb-net"
|
||||||
orientdb = "orientdb-net"
|
orientdb = "orientdb-net"
|
||||||
orientdb_se = "orientdb-se-net"
|
orientdb_se = "orientdb-se-net"
|
||||||
|
cassandra = "cassandra-net"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue