-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add configuration files for CSVD and SCT-Engineering repositories
- Created `csvd.json` and `csvd.tfvars` for CSVD organization with repository definitions and settings. - Created `sct-engineering.json` and `sct-engineering.tfvars` for SCT-Engineering organization with repository definitions and settings.
- Loading branch information
Showing
62 changed files
with
50,138 additions
and
345 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,19 +1,26 @@ | ||
| module "netbackup_automation_platform" { | ||
| source = "HappyPathway/gh-actions/importer" | ||
| version = "0.0.34" | ||
| github_repo_topics = [] | ||
| vulnerability_alerts = false | ||
| public_repo = { | ||
| default_branch = "main" | ||
| clone_url = "https://github.com/VeritasOS/netbackup-automation-platform.git" | ||
| } | ||
| internal_repo = { | ||
| name = "netbackup-automation-platform" | ||
| org = "CSVD" | ||
| topics = ["automation-platform"] | ||
| collaborators = { | ||
| "littl381" = "admin" | ||
| "arnol377" = "admin" | ||
| } | ||
| } | ||
| } | ||
| // This file has been deprecated. | ||
| // The repository imports have been moved to the imported_repos module in repolist.tf | ||
| // and are now defined in the imported_repos variable in default.tfvars. | ||
| // Moved blocks have been created in moved.tf to ensure proper state tracking. | ||
|
|
||
| // Previous configuration: | ||
| // module "netbackup_automation_platform" { | ||
| // source = "HappyPathway/gh-actions/importer" | ||
| // count = var.netbackup_automation_platform ? 1 : 0 | ||
| // version = "0.0.34" | ||
| // github_repo_topics = [] | ||
| // vulnerability_alerts = false | ||
| // public_repo = { | ||
| // default_branch = "main" | ||
| // clone_url = "https://github.com/VeritasOS/netbackup-automation-platform.git" | ||
| // } | ||
| // internal_repo = { | ||
| // name = "netbackup-automation-platform" | ||
| // org = "CSVD" | ||
| // topics = ["automation-platform"] | ||
| // collaborators = { | ||
| // "littl381" = "admin" | ||
| // "arnol377" = "admin" | ||
| // } | ||
| // } | ||
| // } |
Oops, something went wrong.