Skip to content

Commit

Permalink
Remove this_ from outputs (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
snovikov authored Oct 12, 2021
1 parent 3b1a52b commit 57ce872
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ No modules.

| Name | Description |
|------|-------------|
| <a name="output_security_group_id"></a> [security\_group\_id](#output\_security\_group\_id) | The security group id of the bastion server |
| <a name="output_ssm_document_name"></a> [ssm\_document\_name](#output\_ssm\_document\_name) | The document name of SSM |
| <a name="output_this_security_group_id"></a> [this\_security\_group\_id](#output\_this\_security\_group\_id) | The security group id of the bastion server |

<!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK -->

Expand Down
2 changes: 1 addition & 1 deletion outputs.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
output "this_security_group_id" {
output "security_group_id" {
description = "The security group id of the bastion server"
value = concat(aws_security_group.allow_egress.*.id, [""])[0]
}
Expand Down

0 comments on commit 57ce872

Please sign in to comment.