Skip to content

Commit 5bed790

Browse files
committed
fix var name
1 parent 2c89a5b commit 5bed790

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infra/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ module "functions-python" {
107107
environment = var.environment
108108

109109
transitland_api_key = var.transitland_api_key
110-
authorization_google_client_id = var.oauth2_client_id
110+
operations_oauth2_client_id = var.operations_oauth2_client_id
111111
}
112112

113113
module "workflows" {

0 commit comments

Comments
 (0)