0
0
llucycodes42
This sets the name of the docker image to "ubuntu:precise".
Shortcut: tf_docker_registry_image
data "docker_registry_image" "${ubuntu}" {
name = "ubuntu:precise"
}
0
0
llucycodes42
This sets the name of the docker image to "ubuntu:precise".
Shortcut: tf_docker_registry_image
data "docker_registry_image" "${ubuntu}" {
name = "ubuntu:precise"
}