Skip to content

Commit

Permalink
commits
Browse files Browse the repository at this point in the history
  • Loading branch information
liyihuang committed Jul 3, 2024
1 parent bd4e938 commit f895e64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion output.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ output "k8s_master_ip_mac_hostname_maps" {
}
output "k8s_worker_ip_mac_hostname_maps" {
description = "k8s workers maps including ipv4/mac/hostname/ipv6"
value = local.k8s_worker_ip_mac_hostname_map
value = local.k8s_worker_ip_mac_hostname_map
}

0 comments on commit f895e64

Please sign in to comment.