-
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
Enable Advanced Threat Protection on Azure DB for MySQL #5238
Comments
hi @siddthota Thanks for opening this issue. Support for this functionality has been added in #4848 which will ship in version 1.40 of the Azure Provider - as such you should be able to utilize this when this version is released. I've assigned this issue to the 1.40 Milestone - as such when this version is released @hashibot will comment to let you know when you can start using this. Thanks! |
This has been released in version 1.40.0 of the provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. As an example: provider "azurerm" {
version = "~> 1.40.0"
}
# ... other configuration ... |
Hello @tombuildsstuff, I upgraded to 1.43.0 this morning and attempted to use the new azurerm_advanced_threat_protection resource, but got the following error. Seems the new resource only supports the storage account, not mysql server. The documentation for #4848 seems to be specific to storage accounts as well. Should this issue be reopened, or am I missing something? Thanks! Snippet of log below. ` on ../../main.tf line 25, in resource "azurerm_advanced_threat_protection" "mysql_advanced_threat_protection": |
In addition, the new provider only supports enabling it. The ability to specify an email address and to enable or disable the option to "Also send email notification to admins and subscription owners" is not available in the new provider. |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 hashibot-feedback@hashicorp.com. Thanks! |
Hello,
I'm looking for this feature on TF to Enable Advanced Threat Protection on the MySQL DB and I don't find it in the documentation. Azure says it's in preview state since very long, but we have few security constraints to have this feature enabled to get into production. Can you please add this feature?
Potential Terraform Configuration
enable_advanced_threat_protection = true
The text was updated successfully, but these errors were encountered: