Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
jdrodjpl committed Oct 9, 2024
1 parent 1e42cad commit 8a6e899
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/internal/terraform/management.go
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ func AddApplicationToStackNewV2(appConfig *config.AppConfig, location string, me
log.Infof("Adding application to stack. Location: %v, meta %v, install: %v, deploymentID: %v", location, meta, installParams)
rand.Seed(time.Now().UnixNano())

s := GenerateRandomString(8)
// s := GenerateRandomString(8)
hclFile := hclwrite.NewEmptyFile()

directory := filepath.Join(appConfig.Workdir, "workspace")
Expand Down

0 comments on commit 8a6e899

Please sign in to comment.