Bladeren bron

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

Added a simple reminder.
Frederick Damstra 3 jaren geleden
bovenliggende
commit
71f12a5699
1 gewijzigde bestanden met toevoegingen van 5 en 1 verwijderingen
  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"
 }