0
0
llucycodes42
The code defines a docker network. The network resource defines the network for the docker daemon and all the containers running on it.
Shortcut: tf_docker_network
resource "docker_network" "${MyResource}" {
}
0
0
llucycodes42
The code defines a docker network. The network resource defines the network for the docker daemon and all the containers running on it.
Shortcut: tf_docker_network
resource "docker_network" "${MyResource}" {
}