Skip to content

Commit

Permalink
Update default.tfvars
Browse files Browse the repository at this point in the history
  • Loading branch information
arnol377 committed Oct 16, 2024
1 parent c4685ec commit c50cd04
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 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 Down

0 comments on commit c50cd04

Please sign in to comment.