github.com/aquasecurity/trivy-iac@v0.8.1-0.20240127024015-3d8e412cf0ab/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