Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

Commit

Permalink
Default Google Analytics key to empty
Browse files Browse the repository at this point in the history
Co-Authored-By: rajadain <terence@tuhinanshu.com>
  • Loading branch information
rbreslow and rajadain committed Mar 26, 2019
1 parent 56309c6 commit 71d6691
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion deployment/terraform/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,9 @@ variable "google_server_side_api_key" {}

variable "google_client_side_api_key" {}

variable "google_analytics_key" {}
variable "google_analytics_key" {
default = ""
}

variable "rollbar_server_side_access_token" {}

Expand Down

0 comments on commit 71d6691

Please sign in to comment.