mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-06-11 17:03:01 +02:00
b2e97ca3dc
Co-authored-by: Anton Babenko <anton@antonbabenko.com> Resolves undefined
5 lines
210 B
Terraform
5 lines
210 B
Terraform
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}"
|
|
}
|