Skip to content
This repository was archived by the owner on May 16, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion modules/plain-repo/repos-files.tf
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ resource "github_repository_file" "security_md" {
repository = github_repository.repo.name
file = "SECURITY.md"
content = file("${path.module}/files/SECURITY.md")
commit_message = "Add SECURITY.md"
commit_message = "Update SECURITY.md"
overwrite_on_create = true
}

Expand Down
7 changes: 3 additions & 4 deletions repos.tf
Original file line number Diff line number Diff line change
Expand Up @@ -359,14 +359,13 @@ locals {
"topics" = ["lambda", "serverless", "monitoring"]
}
"terraform-aws-org-governance" = {
"description" = <<-EOT
"description" = <<-EOT
Terraform module for centralized AWS Organizations governance deployed
in the management account, including log retention enforcement, SCPs,
tag policies, and delegated admin registration.
EOT
"type" = "terraform_module"
"template_repo" = null
"topics" = ["aws-organizations", "governance", "compliance"]
"type" = "terraform_module"
"topics" = ["aws-organizations", "governance", "compliance"]
}
"terraform-aws-openvpn" = {
"description" = <<-EOT
Expand Down
Loading