github.com/khulnasoft-lab/defsec@v1.0.5-0.20230827010352-5e9f46893d95/avd_docs/azure/securitycenter/AVD-AZU-0046/Terraform.md (about) 1 2 Set a telephone number for security center contact 3 4 ```hcl 5 resource "azurerm_security_center_contact" "good_example" { 6 email = "good_contact@example.com" 7 phone = "+1-555-555-5555" 8 9 alert_notifications = true 10 alerts_to_admins = true 11 } 12 13 ``` 14 15 #### Remediation Links 16 - https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/security_center_contact#phone 17