소스 검색

Merge pull request #360 from mdr-engineering/hotfix/ftd_na_QuickNoteAboutVPN

Added a simple reminder.
Frederick Damstra 3 년 전
부모
커밋
71f12a5699
1개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  1. 5 1
      base/aws_client_vpn/outputs.tf

+ 5 - 1
base/aws_client_vpn/outputs.tf

@@ -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"
 }