Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prevent deletion of resources by default #241

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

michaelsauter
Copy link
Member

Relates to #240.

Previously this is opt-in via --upsert-only, now the behaviour of
"upsert only" would be the default, and you'd need to opt-in to deleting
resources.

This seems like the default I should have chosen in the beginning.

There are some consequences from this change:

  • it's breaking and therefore should lead to a new major version (v2)
  • it probably replaces the need for --allow-recreate

Thoughts @mjfernandezd, @henrjk?

Relates to #240.

Previously this is opt-in via `--upsert-only`, now the behaviour of
"upsert only" would be the default, and you'd need to opt-in to deleting
resources.

This seems like the default I should have chosen in the beginning.

There are some consequences from this change:
* it's breaking and therefore should lead to a new major version (v2)
* it probably replaces the need for `--allow-recreate`
@michaelsauter michaelsauter self-assigned this May 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant