Skip to content

Commit

Permalink
Update variable.tf (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
josephmachado authored Jun 28, 2023
1 parent 4873f2d commit a03d471
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/variable.tf
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ variable "instance_type" {
variable "alert_email_id" {
description = "Email id to send alerts to "
type = string
default = "joseph.machado@startdataengineering.com"
default = "you-name@some-domain.com"
}

## Your repository url
Expand Down

0 comments on commit a03d471

Please sign in to comment.