add fields to config type for aws-alb provider

This commit is contained in:
Jonah Back
2021-01-26 11:41:41 -08:00
parent 4eaa060572
commit da8b9ef1d8
+4
View File
@@ -72,6 +72,10 @@ export interface Config {
onelogin?: {
development: { [key: string]: string };
};
awsalb?: {
issuer?: string;
region: string;
};
};
};
}