This repository has been archived by the owner on Jun 29, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #638 from kinvolk/iaguis/fix-aws-upgrades
- Loading branch information
Showing
4 changed files
with
13 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
assets/lokomotive-kubernetes/aws/flatcar-linux/kubernetes/workers/outputs.tf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
output "target_group_http" { | ||
description = "ARN of a target group of workers for HTTP traffic" | ||
value = aws_lb_target_group.workers-http.arn | ||
value = aws_lb_target_group.workers_http.arn | ||
} | ||
|
||
output "target_group_https" { | ||
description = "ARN of a target group of workers for HTTPS traffic" | ||
value = aws_lb_target_group.workers-https.arn | ||
value = aws_lb_target_group.workers_https.arn | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.