diff --git a/external_actions.tf b/external_actions.tf index ae62523..7210bca 100644 --- a/external_actions.tf +++ b/external_actions.tf @@ -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" +} +