Skip to content

Commit

Permalink
Merge branch 'main' of github.e.it.census.gov:CSVD/automation-repos
Browse files Browse the repository at this point in the history
  • Loading branch information
arnol377 committed Oct 18, 2024
2 parents f9fe3a0 + 4227482 commit 663360a
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
2 changes: 1 addition & 1 deletion sandbox.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

locals {
workspace_instances = [
"arnol377-sandbox"
# "arnol377-sandbox"
]
}

Expand Down
19 changes: 19 additions & 0 deletions varfiles/default.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand Down

0 comments on commit 663360a

Please sign in to comment.