-
Notifications
You must be signed in to change notification settings - Fork 186
Open
Description
When a bastion is configured without an ELB, the ingress rule to allow SSH access is not added to the Security Group.
This is likely because of this code:
Line 32 in 3de458b
count = var.bastion_security_group_id == "" && var.create_elb ? 1 : 0 |
Since create_elb is false in my configuration, the rule doesn't get created at all.
Expected:
- When creating a bastion without an ELB but with a public IP, the security group should be configured to allow SSH access from external sources.
YuviGold, vinverdy, davidbegin, pgarcia1980, hiteshpachpor and 2 more
Metadata
Metadata
Assignees
Labels
No labels