mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-01-16 08:37:18 +01:00
5 lines
210 B
HCL
5 lines
210 B
HCL
output "ssm_start_session" {
|
|
description = "SSM start session command to connect to remote host created"
|
|
value = "aws ssm start-session --region ${var.region} --target ${module.ssm_bastion_ec2.id}"
|
|
}
|