Skip to content
This repository has been archived by the owner on Apr 30, 2021. It is now read-only.

Commit

Permalink
Fix worker security group output to be the new security group
Browse files Browse the repository at this point in the history
  • Loading branch information
Krenair committed Oct 7, 2019
1 parent ce1d05b commit 306b0a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/k8s-cluster/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ output "eks-log-group-name" {
}

output "worker_security_group_id" {
value = "${aws_cloudformation_stack.worker-nodes.outputs["NodeSecurityGroup"]}"
value = "${aws_security_group.worker.id}"
}

output "oidc_provider_url" {
Expand Down

0 comments on commit 306b0a0

Please sign in to comment.