Skip to content

Commit

Permalink
updating stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
arnol377 committed Sep 18, 2024
1 parent e869726 commit 94cd111
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions external_actions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,13 @@ module "setup_python" {
repo_name = "gh-actions-setup-python"
repo_org = "CSVD"
}

module "netbackup_automation_platform" {
source = "HappyPathway/gh-actions/importer"
version = "0.0.15"
git_repo_url = "https://github.com/VeritasOS/netbackup-automation-platform"
git_repo_path = "/home/a/arnol377/git/gh-netbackup-automation-platform"
repo_name = "netbackup-automation-platform"
repo_org = "CSVD"
}

0 comments on commit 94cd111

Please sign in to comment.