Commit b2a77038 authored by Brandon J. O'Connor's avatar Brandon J. O'Connor Committed by Anton Babenko

formatting to help downstream depedent modules pass when running CI (#22)

parent a8199eb5
...@@ -28,7 +28,9 @@ output "this_security_group_description" { ...@@ -28,7 +28,9 @@ output "this_security_group_description" {
// value = "${element(concat(aws_security_group.this.*.ingress, list("")), 0)}" // value = "${element(concat(aws_security_group.this.*.ingress, list("")), 0)}"
//} //}
//output "this_security_group_egress" { //output "this_security_group_egress" {
// description = "The egress rules" // description = "The egress rules"
// value = "${element(concat(aws_security_group.this.*.egress, list("")), 0)" // value = "${element(concat(aws_security_group.this.*.egress, list("")), 0)"
//} //}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment