We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d130ad commit 3f1b2d7Copy full SHA for 3f1b2d7
1 file changed
security-groups/outputs.tf
@@ -7,5 +7,5 @@ output "worker_sg_id" {
7
}
8
9
output "registry_sg_id" {
10
- value = aws_security_group.worker-sg.id
+ value = aws_security_group.registry-sg.id
11
0 commit comments