diff --git a/pkg/environment/apply.go b/pkg/environment/apply.go index dbe17932..376458fe 100644 --- a/pkg/environment/apply.go +++ b/pkg/environment/apply.go @@ -384,7 +384,7 @@ func (a *Apply) applyNamespace(namespace string) error { } return err } - fmt.Println("\nOutput of terraform:") + fmt.Printf("\nOutput of terraform for namespace: %s\n", namespace) util.RedactedEnv(os.Stdout, outputTerraform, a.Options.RedactedEnv) } else { fmt.Printf("Namespace %s does not have terraform resources folder, skipping terraform apply", namespace)