From 8503b7d24895ccbb3c19d092d35cb63d7bcee73c Mon Sep 17 00:00:00 2001 From: Adrian Stobbe Date: Mon, 25 Sep 2023 14:23:38 +0200 Subject: [PATCH] Update cli/internal/cmd/upgradeapply.go Co-authored-by: 3u13r --- cli/internal/cmd/upgradeapply.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/internal/cmd/upgradeapply.go b/cli/internal/cmd/upgradeapply.go index daa82dcb0f4..5ec8fa98dd9 100644 --- a/cli/internal/cmd/upgradeapply.go +++ b/cli/internal/cmd/upgradeapply.go @@ -343,7 +343,7 @@ func (u *upgradeApplyCmd) migrateTerraform(cmd *cobra.Command, conf *config.Conf return infraState, fmt.Errorf("getting Terraform output: %w", err) } state := state.NewState(infraState) - // TODO(elchead): + // TODO(elchead): AB#3424 move this to updateClusterIDFile and correctly handle existing state when writing state if err := u.fileHandler.WriteYAML(constants.StateFilename, state, file.OptOverwrite); err != nil { return infraState, fmt.Errorf("writing state file: %w", err) }