Skip to content

Commit

Permalink
defaults fn to false until fix
Browse files Browse the repository at this point in the history
  • Loading branch information
junior committed Jul 27, 2021
1 parent 6784869 commit 8943a83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/complete/terraform/mushop-variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ variable "create_oci_service_user" {
description = "Creates OCI Service User. Service user is needed for Email Delivery (Newsletter feature) and Stream services."
}
variable "newsletter_subscription_enabled" {
default = true
description = "Enables newsletter subscription feature. Deploys API Gateway, Newsletter Function and uses Email Sender service"
default = false
description = "(Currently only supported on the US-Ashburn-1 region) Enables newsletter subscription feature. Deploys API Gateway, Newsletter Function and uses Email Sender service"
}
variable "newsletter_email_sender" {
default = "[email protected]"
Expand Down

0 comments on commit 8943a83

Please sign in to comment.