We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6e9753 commit a38e925Copy full SHA for a38e925
cmd/createGitlab.go
@@ -375,9 +375,10 @@ var createGitlabCmd = &cobra.Command{
375
informUser("Vault backend configured", globalFlags.SilentMode)
376
progressPrinter.IncrementTracker("step-vault-be", 1)
377
}
378
- directory = fmt.Sprintf("%s/gitops/terraform/users", config.K1FolderPath)
379
- informUser("applying users terraform", globalFlags.SilentMode)
380
- terraform.ApplyUsersTerraform(globalFlags.DryRun, directory)
+
+ //directory = fmt.Sprintf("%s/gitops/terraform/users", config.K1FolderPath)
+ //informUser("applying users terraform", globalFlags.SilentMode)
381
+ //terraform.ApplyUsersTerraform(globalFlags.DryRun, directory)
382
383
return nil
384
},
0 commit comments