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

fix: add force delete parameter #450

Merged
merged 6 commits into from
Oct 3, 2023
Merged

fix: add force delete parameter #450

merged 6 commits into from
Oct 3, 2023

Conversation

jor2
Copy link
Member

@jor2 jor2 commented Oct 3, 2023

Description

https://github.ibm.com/GoldenEye/issues/issues/6036

Release required?

  • No release
  • Patch release (x.x.X)
  • Minor release (x.X.x)
  • Major release (X.x.x)
Release notes content

Run the pipeline

If the CI pipeline doesn't run when you create the PR, the PR requires a user with GitHub collaborators access to run the pipeline.

Run the CI pipeline when the PR is ready for review and you expect tests to pass. Add a comment to the PR with the following text:

/run pipeline

Checklist for reviewers

  • If relevant, a test for the change is included or updated with this PR.
  • If relevant, documentation for the change is included or updated with this PR.

Merge actions for mergers

  • When merging, use a relevant conventional commit message that is based on the PR contents and any release notes provided by the PR author. The commit message determines whether a new version of the module is needed, and if so, which semver increment to use (major, minor, or patch).
  • Merge by using "Squash and merge".

@jor2 jor2 self-assigned this Oct 3, 2023
@jor2 jor2 requested a review from ocofaigh October 3, 2023 12:12
@jor2
Copy link
Member Author

jor2 commented Oct 3, 2023

/run pipeline

@jor2
Copy link
Member Author

jor2 commented Oct 3, 2023

/run pipeline

variables.tf Outdated
@@ -17,6 +17,12 @@ variable "instance_id" {
description = "The KMS instance GUID"
}

variable "force_delete" {
type = bool
description = "Set to `True` if you wish to force delete the kms `key_ring`"
Copy link
Member

Choose a reason for hiding this comment

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

shouldn't this be just "Key Rings"? There is no variable named key_ring.

@jor2
Copy link
Member Author

jor2 commented Oct 3, 2023

/run pipeline

@ocofaigh ocofaigh merged commit 6cfaf61 into main Oct 3, 2023
2 checks passed
@ocofaigh ocofaigh deleted the force-d branch October 3, 2023 13:37
@terraform-ibm-modules-ops
Copy link
Contributor

🎉 This PR is included in version 2.2.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants