We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Please allow value "Sentinel" in parameter setting_name and corresponding settings in terraform resource azurerm_security_center_setting.
setting_name
azurerm_security_center_setting
Azure REST API swagger: https://github.com/Azure/azure-rest-api-specs/blob/3906fc7ebacfbdd0130957563f472d56e8ceda32/specification/security/resource-manager/Microsoft.Security/stable/2021-06-01/settings.json#L285
resource "azurerm_security_center_setting" "example" { setting_name = "Sentinel" enabled = true }
The text was updated successfully, but these errors were encountered:
@kaplik thank you for opening this issue here. I have submitted PR #16882 to support it. Could you follow it for more updates?
Sorry, something went wrong.
I think this feature is now available in version 3.57.0 of azurerm provider.
No branches or pull requests
Is there an existing issue for this?
Community Note
Description
Please allow value "Sentinel" in parameter
setting_name
and corresponding settings in terraform resourceazurerm_security_center_setting
.Azure REST API swagger:
https://github.com/Azure/azure-rest-api-specs/blob/3906fc7ebacfbdd0130957563f472d56e8ceda32/specification/security/resource-manager/Microsoft.Security/stable/2021-06-01/settings.json#L285
New or Affected Resource(s)/Data Source(s)
azurerm_security_center_setting
Potential Terraform Configuration
References
The text was updated successfully, but these errors were encountered: