3 lines
58 B
Terraform
3 lines
58 B
Terraform
|
output "docker_service" {
|
||
|
value = docker_service.nginx
|
||
|
}
|