|
@@ -26,5 +26,9 @@ output "lambda_function_arn" {
|
|
|
}
|
|
|
|
|
|
output "lambda_function_reminder" {
|
|
|
- value = "You must configure the lambda connection handler in the AWS console. VPC->Client VPN Endpoints->Modify, under 'Client Connect Handler'"
|
|
|
+ value = "REMINDER: You must configure the lambda connection handler in the AWS console. VPC->Client VPN Endpoints->Modify, under 'Client Connect Handler'"
|
|
|
+}
|
|
|
+
|
|
|
+output "session_timeout_reminder" {
|
|
|
+ value = "REMINDER: You must set the 'Session timeout hours' to 12 thorugh teh AWS console. VPC->Client VPN Endpoints->Modify. This can be done in code in Terraform AWS Provider v4.0"
|
|
|
}
|