We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a8a147e + 41e3169 commit 0433512Copy full SHA for 0433512
1 file changed
main.tf
@@ -334,3 +334,13 @@ output "internal_route_tables" {
334
output "external_route_tables" {
335
value = "${module.vpc.external_rtb_id}"
336
}
337
+
338
+// The external ssh security group ID.
339
+output "external_ssh" {
340
+ value = "${module.security_groups.external_ssh}"
341
+}
342
343
+// The internal ssh security group ID.
344
+output "internal_ssh" {
345
+ value = "${module.security_groups.internal_ssh}"
346
0 commit comments