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

Commit

Permalink
Merge pull request #613 from alphagov/fix-security-group-output
Browse files Browse the repository at this point in the history
Fix worker security group output to be the new security group
  • Loading branch information
philandstuff authored Oct 7, 2019
2 parents ce1d05b + 306b0a0 commit e9527f7
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 e9527f7

Please sign in to comment.