Skip to content

Commit

Permalink
chore: add missing comment
Browse files Browse the repository at this point in the history
  • Loading branch information
fmartingr committed Dec 12, 2024
1 parent ed3be51 commit 3a4e31e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deployment/terraform/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ func (t *Terraform) makeCmdForResource(resource string) (*exec.Cmd, error) {
}
}

// Match against the keycloak server
if output.KeycloakServer.Tags.Name == resource {
return exec.Command("ssh", fmt.Sprintf("ubuntu@%s", output.KeycloakServer.PublicIP)), nil
}
Expand Down

0 comments on commit 3a4e31e

Please sign in to comment.