diff --git a/modules/local-repo/repos.tf b/modules/local-repo/repos.tf index f9b3053..340b318 100644 --- a/modules/local-repo/repos.tf +++ b/modules/local-repo/repos.tf @@ -5,7 +5,7 @@ resource "github_repository" "repo" { has_issues = true has_projects = false has_wiki = false - vulnerability_alerts = true + vulnerability_alerts = !var.archived archived = var.archived dynamic "template" { for_each = toset( diff --git a/repos.tf b/repos.tf index f38ed64..7ecb3f6 100644 --- a/repos.tf +++ b/repos.tf @@ -44,6 +44,12 @@ locals { } public_repo = false } + "infrahouse-app" = { + "description" = "InfraHouse SaaS application - frontend, backend, and schema definitions." + "type" = "python_app" + "template_repo" = null + public_repo = false + } "infrahouse-core" = { "description" = <<-EOF Python library for AWS infrastructure automation - EC2 instance management,