diff --git a/outputs.tf b/outputs.tf index 4cc57fb..abdc637 100644 --- a/outputs.tf +++ b/outputs.tf @@ -3,3 +3,6 @@ output "ecr_image_url" { description = "Full URL to image in ecr with tag" } +output "build_id" { + value = null_resource.build_and_push.id +} \ No newline at end of file