Skip to content

Commit 742ee6c

Browse files
committed
remove extra variable deletions not needed at this point
1 parent 3844f95 commit 742ee6c

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

cmd/cli/multiregion/setup.go

-6
Original file line numberDiff line numberDiff line change
@@ -236,13 +236,7 @@ func setMultiregionVariables(pFlags PersistentFlags) {
236236
func deleteUnusedVariables(pFlags PersistentFlags) {
237237
fmt.Println("\nDeleting unused variables...")
238238

239-
deleteVariablesFromWorkspace(pFlags, clusterWorkspace(pFlags), []string{
240-
"aws_region",
241-
"app_name",
242-
})
243239
deleteVariablesFromWorkspace(pFlags, databaseSecondaryWorkspace(pFlags), []string{
244-
"aws_region",
245-
"app_name",
246240
"backup_retention_period",
247241
"multi_az",
248242
"skip_final_snapshot",

0 commit comments

Comments
 (0)