Ensure 'public network access enabled' is set to False for mySQL servers
Error: 'public network access enabled' is not set to False for MySQL servers
Bridgecrew Policy ID: BC_AZR_NETWORKING_45
Checkov Check ID: CKV_AZURE_53
Severity: LOW
'public network access enabled' is not set to False for MySQL servers
Description
TBD
Fix - Buildtime
Terraform
- Resource: azurerm_mysql_server
- Argument: public_network_access_enabled
resource "azurerm_mysql_server" "examplea" {
...
+ public_network_access_enabled = false
}
Updated 9 months ago
Did this page help you?