Skip to content

Commit

Permalink
feat at ni extract script
Browse files Browse the repository at this point in the history
  • Loading branch information
cmarstondvsa committed Mar 3, 2025
1 parent b7a8e58 commit c61ff74
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions infra/terraform/environments/dev/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -550,6 +550,11 @@ module "service" {
commands = ["source /mnt/data/populate_anondb.sh"],
type = "scripts"
},
{
name = "ni-compliance",
commands = ["source /mnt/data/ni_dvacomplaince.sh"],
type = "scripts"
},
]
}
}
Expand Down

0 comments on commit c61ff74

Please sign in to comment.