mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-05-02 21:34:38 +02:00
feat!: Add support for Outposts, remove node security group, add support for addon preserve and most_recent configurations (#2250)
Co-authored-by: Anton Babenko <anton@antonbabenko.com> Resolves undefined
This commit is contained in:
4
examples/outposts/prerequisites/outputs.tf
Normal file
4
examples/outposts/prerequisites/outputs.tf
Normal file
@@ -0,0 +1,4 @@
|
||||
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}"
|
||||
}
|
||||
Reference in New Issue
Block a user