Skip to content

Commit

Permalink
terraform: Make terraform variable network_subgraph_endpoint optional
Browse files Browse the repository at this point in the history
  • Loading branch information
Jannis committed May 24, 2021
1 parent 8c5da29 commit 019fbe5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions terraform/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ variable "free_query_auth_token" {
variable "network_subgraph_endpoint" {
type = string
description = "An endpoint that serves the network subgraph deployment"
default = ""
}

variable "network_subgraph_deployment" {
Expand Down

0 comments on commit 019fbe5

Please sign in to comment.