feat: runner infrastructure is built

This commit is contained in:
2025-02-13 15:50:39 -05:00
parent a1844458b0
commit 829df54ae9
9 changed files with 150 additions and 0 deletions

4
terraform/outputs.tf Normal file
View File

@@ -0,0 +1,4 @@
output "instance_id" {
value = aws_instance.this.id
description = "The instance ID of the Gitea instance."
}