Skip to content

Commit

Permalink
Output variable cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
ldx committed Aug 21, 2020
1 parent f2b461a commit 49fad8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/terraform-aws/outputs.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
output "node-ip" {
output "node_ip" {
value = aws_instance.k8s_node.public_ip
}

output "efs-ip" {
output "efs_ip" {
value = aws_efs_mount_target.efs.*.ip_address
}

0 comments on commit 49fad8a

Please sign in to comment.