Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
igorkotof authored Mar 23, 2021
1 parent 851e406 commit b7509f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion output.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ output "ssh_config" {
value = local.ssh_config
}
output "security_group" {
value = join("", aws_security_group.this.id)
value = aws_security_group.this.id
}

0 comments on commit b7509f0

Please sign in to comment.