Skip to content

Commit

Permalink
Merge pull request #234 from oslokommune/dont-delete-ssm-keys-by-default
Browse files Browse the repository at this point in the history
Don't delete keys from SSM by default
  • Loading branch information
simenheg authored Nov 15, 2024
2 parents 05c849b + 4a90484 commit f1fa220
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 f1fa220

Please sign in to comment.