Skip to content

Commit

Permalink
add outputs.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Feb 3, 2024
1 parent 31cf775 commit 53c8992
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions outputs.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
output "container_id" {
description = "The ID of the container created"
value = "${docker_container.base.id}"
}

0 comments on commit 53c8992

Please sign in to comment.