Skip to content
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
1 change: 1 addition & 0 deletions github/johnko/repos/_import-active-repos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ encrypt-message-to-github-user
homedir
iac-github
lab
ollama-code
renovate-config
terraform-aws-eks
terraform-aws-eks-blueprints
Expand Down
6 changes: 5 additions & 1 deletion github/johnko/repos/locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,11 @@ locals {
homedir = local.public_repo_with_master_branch
iac-github = local.public_repo_with_main_branch
lab = local.public_repo_with_main_branch
renovate-config = local.public_repo_with_main_branch
ollama-code = merge(
local.forked_public_repo_with_main_branch,
{ description = "ollama-code is a privacy first coding agent." }
)
renovate-config = local.public_repo_with_main_branch
terraform-aws-eks = merge(
local.forked_public_repo_with_master_branch,
{ homepage_url = "https://registry.terraform.io/modules/terraform-aws-modules/eks/aws" }
Expand Down