diff --git a/sandbox.tf b/sandbox.tf index e698194..5db9da3 100644 --- a/sandbox.tf +++ b/sandbox.tf @@ -1,7 +1,7 @@ locals { workspace_instances = [ - "arnol377-sandbox" + # "arnol377-sandbox" ] } diff --git a/varfiles/default.tfvars b/varfiles/default.tfvars index 44fca23..4290323 100644 --- a/varfiles/default.tfvars +++ b/varfiles/default.tfvars @@ -3,6 +3,16 @@ image_pipeline_workflows = { } repolist = [ + { + description = "Module for attaching Actions and Environments to target repos" + repo_org = "CSVD" + name = "terraform-git-workspace" + is_private = false + repo_topics = [ + "terraform-tools", + "github-actions" + ] + }, { description = "Managing AWS CSVD Secrets" repo_org = "CSVD" @@ -12,6 +22,15 @@ repolist = [ "terraform-tools" ] }, + { + description = "Managing AWS Github Runner Image" + repo_org = "CSVD" + name = "github-runner-image" + is_private = false + repo_topics = [ + "terraform-tools" + ] + }, { description = "Tools for managing Terraform" repo_org = "CSVD"