From 2c1b2cc1a0be553aab5b487435f758603e0627a9 Mon Sep 17 00:00:00 2001 From: Kumaraswamy Vithanala <64014824+kumarvit@users.noreply.github.com> Date: Sat, 26 Dec 2020 14:13:48 +0530 Subject: [PATCH] updating docs --- README.md | 2 +- examples/complete/README.md | 2 +- examples/complete/main.tf | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d7b8119..accda40 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ module "security-center" { # One or more email addresses seperated by commas not supported by Azure proivider currently security_center_contacts = { email = "abc@xyz.com" # must be a valid email address - phone = "+919765800967" # Optional + phone = "+919010910910" # Optional alert_notifications = true alerts_to_admins = true } diff --git a/examples/complete/README.md b/examples/complete/README.md index 6709aaf..b660a94 100644 --- a/examples/complete/README.md +++ b/examples/complete/README.md @@ -17,7 +17,7 @@ module "security-center" { # One or more email addresses seperated by commas not supported by Azure proivider currently security_center_contacts = { email = "abc@xyz.com" # must be a valid email address - phone = "+919765800967" # Optional + phone = "+919010910910" # Optional alert_notifications = true alerts_to_admins = true } diff --git a/examples/complete/main.tf b/examples/complete/main.tf index ffe2753..c3c9665 100644 --- a/examples/complete/main.tf +++ b/examples/complete/main.tf @@ -10,7 +10,7 @@ module "security-center" { # One or more email addresses seperated by commas not supported by Azure proivider currently security_center_contacts = { email = "abc@xyz.com" # must be a valid email address - phone = "+919765800967" # Optional + phone = "+919010910910" # Optional alert_notifications = true alerts_to_admins = true }