feat: update Git

This commit is contained in:
2025-01-11 22:41:50 -05:00
parent 3cdd4c420d
commit 09eb1bd7ba
2 changed files with 5 additions and 1 deletions

2
Git

Submodule Git updated: 88b8e2e7d2...895650a89e

View File

@@ -11,3 +11,7 @@ module "portfolio" {
role_name = var.portfolio.role
bucket_name = var.portfolio.bucket
}
module "gitea" {
source = "../Git/terraform"
}