Skip to content

Commit

Permalink
remove mention of terraform from deploy logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Vlasic committed Aug 23, 2021
1 parent efa3c76 commit 3d45d9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/deploy/deploy.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,9 @@ func (d *Deploy) Deploy() error {
}
d.updateProject()

// if there are changes in infrastructure let terraform update all the necessary functions among other changes
// apply terraform if there are changes in infrastructure
if infrastructureChanged {
log.Info("applying terraform due to infrastructure changes")
log.Info("applying changes to infrastructure...")
if err := d.applyInfrastructure(); err != nil {
return err
}
Expand Down

0 comments on commit 3d45d9d

Please sign in to comment.