Azure Event Grid Topic Public Network Access
Description
Code Example
terraform
resource "azurerm_eventgrid_topic" "example" {
name = "example-topic"
location = azurerm_resource_group.example.location
resource_group_name = azurerm_resource_group.example.name
# ... other configurations ...
+ public_network_access_enabled = false
# ... other configurations ...
}Remediation
Terraform
Resource:
- azurerm_eventgrid_topic
Arguments:
- public_network_access_enabled
Rule Details
| Field | Value |
|---|---|
| ID | IAC-0700 |
| Severity | MEDIUM |
| IaC Type | arm |
| Frameworks | Terraform, |
| Checkov ID | CKV_AZURE_193 |