We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8c3f31f + cfab4c2 commit 35cf06fCopy full SHA for 35cf06f
pkg/commands/nuke/command.go
@@ -16,6 +16,7 @@ import (
16
"github.com/urfave/cli/v2"
17
"log"
18
"slices"
19
+ "time"
20
)
21
22
type log2LogrusWriter struct {
@@ -83,6 +84,8 @@ func execute(c *cli.Context) error {
83
84
85
n := libnuke.New(params, filters, parsedConfig.Settings)
86
87
+ n.SetRunSleep(5 * time.Second)
88
+
89
tenantConfig := parsedConfig.Accounts[c.String("tenant-id")]
90
tenantResourceTypes := types.ResolveResourceTypes(
91
resource.GetNamesForScope(nuke.Tenant),
0 commit comments