Skip to content
This repository has been archived by the owner on Jun 22, 2021. It is now read-only.

Commit

Permalink
Merge pull request #4 from tietoevry-infra-as-code/develop
Browse files Browse the repository at this point in the history
updating docs
  • Loading branch information
kumarvit authored Dec 26, 2020
2 parents b205fbe + 2c1b2cc commit 2ebd218
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "[email protected]" # must be a valid email address
phone = "+919765800967" # Optional
phone = "+919010910910" # Optional
alert_notifications = true
alerts_to_admins = true
}
Expand Down
2 changes: 1 addition & 1 deletion examples/complete/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "[email protected]" # must be a valid email address
phone = "+919765800967" # Optional
phone = "+919010910910" # Optional
alert_notifications = true
alerts_to_admins = true
}
Expand Down
2 changes: 1 addition & 1 deletion examples/complete/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "[email protected]" # must be a valid email address
phone = "+919765800967" # Optional
phone = "+919010910910" # Optional
alert_notifications = true
alerts_to_admins = true
}
Expand Down

0 comments on commit 2ebd218

Please sign in to comment.