Remove redundant terraform initialize mutator (#238)

Tested manually that bricks bundle run runs a pipeline.

phases.Initialize already has terraform.Initialize mutator
This commit is contained in:
shreyas-goenka 2023-03-09 15:05:02 +01:00 committed by GitHub
parent c567b2abc0
commit c4c8f944f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -21,7 +21,6 @@ var runCmd = &cobra.Command{
b := bundle.Get(cmd.Context())
err := bundle.Apply(cmd.Context(), b, []bundle.Mutator{
phases.Initialize(),
terraform.Initialize(),
terraform.Load(),
})
if err != nil {