cloudposse / terraform-aws-ec2-client-vpn

https://cloudposse.com/accelerate
Apache License 2.0
44 stars 27 forks source link

Output for security group created #91

Open richardgavel-ordinaryexperts opened 9 months ago

richardgavel-ordinaryexperts commented 9 months ago

Describe the Feature

I want to let the module create the security group, but I can't because I don't have the ID to provide as the source security group for another security group that provides access to RDS. Intent is to VPN and connect to RDS. Yes, I can create my own security group, but seems unnecessary over the lack of an output.

Expected Behavior

Output for module.vpn_security_group.id

Use Case

Intent is to VPN and connect to RDS.

Describe Ideal Solution

Output for module.vpn_security_group.id

Alternatives Considered

No response

Additional Context

No response