Skip to content

Commit

Permalink
added verification link env
Browse files Browse the repository at this point in the history
  • Loading branch information
vk-NEU7 committed Apr 3, 2024
1 parent 9781f5e commit d6adbf2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,7 @@ resource "google_cloudfunctions2_function" "lambda_function" {
password = "${random_password.password.result}"
mailgun_email = var.mailgun_email
api_key = var.mailgun_api_key
verification_link = var.verification_link
}
vpc_connector = "projects/${data.google_project.project-id.project_id}/locations/${var.region}/connectors/${google_vpc_access_connector.serverless-vpc-connector.name}"
vpc_connector_egress_settings = var.vpc_connector_egress_settings
Expand Down
5 changes: 5 additions & 0 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -689,4 +689,9 @@ variable "rule_scheme" {
variable "rule_port_range" {
type = string

}

variable "verification_link" {
type = string

}

0 comments on commit d6adbf2

Please sign in to comment.