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

Actually delete keystore items as requested. #546

Merged
merged 3 commits into from
Oct 5, 2022

Conversation

tobio
Copy link
Member

@tobio tobio commented Oct 5, 2022

Don't just update the value on a copy of the keystore item and them do nothing like a boss

Related Issues

Fixes #541

Motivation and Context

It should really, as planned, remove the entry from the keystore...

It so very really should.

How Has This Been Tested?

Manually, acceptance test.

Types of Changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Refactoring (improves code quality but has no user-facing effect)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation

Readiness Checklist

  • My code follows the code style of this project
  • My change requires a change to the documentation
  • I have updated the documentation accordingly
  • I have added tests to cover my changes
  • All new and existing tests passed

Don't just update the value on a copy of the keystore item and them do nothing like a boss
@tobio tobio self-assigned this Oct 5, 2022
@tobio tobio requested a review from a team as a code owner October 5, 2022 04:19
@tobio tobio requested a review from webfella October 5, 2022 05:56
Copy link

@webfella webfella left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, despite the ludicrous request

@tobio
Copy link
Member Author

tobio commented Oct 5, 2022

@tobio tobio merged commit c061f5f into elastic:master Oct 5, 2022
@tobio tobio deleted the actually-delete-keystore-values branch October 5, 2022 08:57
dimuon pushed a commit to dimuon/terraform-provider-ec that referenced this pull request Feb 2, 2023
* Actually delete keystore items as requested.

Don't just update the value on a copy of the keystore item and them do nothing like a boss

* Lint

* Add changelog
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.

resource "ec_deployment_elasticsearch_keystore" does not remove despite "will be destroyed"
2 participants