Skip to content

Commit

Permalink
Don't delete keys from SSM by default
Browse files Browse the repository at this point in the history
It was noted by a user that the default choice for all "do you want to
delete stuff?" questions is "no", except for the question about
whether you want to delete keys from Parameter Store.

Change that default to be in line with the others.
  • Loading branch information
simenheg committed Nov 13, 2024
1 parent 05c849b commit 4a90484
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions okdata/cli/commands/pubs/questions.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@ def q_delete_from_aws():
"name": "delete_from_aws",
"message": "Delete key from AWS Parameter Store?",
"auto_enter": False,
"default": False,
}


Expand Down

0 comments on commit 4a90484

Please sign in to comment.