Skip to content

Commit 3f1b2d7

Browse files
committed
fixes typo in code
1 parent 7d130ad commit 3f1b2d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

security-groups/outputs.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ output "worker_sg_id" {
77
}
88

99
output "registry_sg_id" {
10-
value = aws_security_group.worker-sg.id
10+
value = aws_security_group.registry-sg.id
1111
}

0 commit comments

Comments
 (0)