first commit
This commit is contained in:
14
modules/20-services-apps/watchtower/outputs.tf
Normal file
14
modules/20-services-apps/watchtower/outputs.tf
Normal file
@@ -0,0 +1,14 @@
|
||||
output "container_name" {
|
||||
description = "Name of the created Watchtower container"
|
||||
value = module.watchtower.container_name
|
||||
}
|
||||
|
||||
output "container_id" {
|
||||
description = "ID of the created Watchtower container"
|
||||
value = module.watchtower.container_id
|
||||
}
|
||||
|
||||
output "image_id" {
|
||||
description = "ID of the Watchtower image used"
|
||||
value = module.watchtower.image_id
|
||||
}
|
||||
Reference in New Issue
Block a user