Skip to content

Commit

Permalink
- #514 (#515)
Browse files Browse the repository at this point in the history
Signed-off-by: 6za <[email protected]>

Signed-off-by: 6za <[email protected]>
  • Loading branch information
6za authored Oct 6, 2022
1 parent 81849a7 commit d6e9753
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cmd/createGitlab.go
Original file line number Diff line number Diff line change
Expand Up @@ -375,6 +375,10 @@ var createGitlabCmd = &cobra.Command{
informUser("Vault backend configured", globalFlags.SilentMode)
progressPrinter.IncrementTracker("step-vault-be", 1)
}
directory = fmt.Sprintf("%s/gitops/terraform/users", config.K1FolderPath)
informUser("applying users terraform", globalFlags.SilentMode)
terraform.ApplyUsersTerraform(globalFlags.DryRun, directory)

return nil
},
}
Expand Down

0 comments on commit d6e9753

Please sign in to comment.