Skip to content

Commit 284f035

Browse files
authored
fix: missing parameter (#950)
1 parent 148aa74 commit 284f035

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

infra/main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ module "functions-python" {
108108

109109
transitland_api_key = var.transitland_api_key
110110
operations_oauth2_client_id = var.operations_oauth2_client_id
111+
validator_endpoint = var.validator_endpoint
111112
}
112113

113114
module "workflows" {

0 commit comments

Comments
 (0)