-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Support for purge_soft_delete_on_destroy
in azurerm_api_management
#12850
Conversation
PurgeSoftDeleteOnDestroy
in azurerm_api_management
purge_soft_delete_on_destroy
in azurerm_api_management
@katbyte I've updated to solve the conflicts. Please continue reviewing. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks @yupwei68 - could we update the docs with this new property?
@@ -185,6 +187,12 @@ The `features` block supports the following: | |||
|
|||
--- | |||
|
|||
The `api_management` block supports the following: | |||
|
|||
* `purge_soft_delete_on_destroy` - (Optional) Should the `azurerm_api_management` resources be permanently deleted (e.g. purged) when destroyed? Defaults to `false`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should also place a note in azurerm_api_management resource referring to this feature flag.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
THANKS @yupwei68 - LGTM 🚀
This functionality has been released in v2.77.0 of the Terraform Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
The feature is missing any explicit action required? |
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active contributions. |
Fix #11061
--- PASS: TestAccApiManagement_purgeSoftDelete (743.86s)