Skip to content

Commit fe847d3

Browse files
committed
updates
1 parent 9202856 commit fe847d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/ansible.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
resource "ansible_host" "monitor_mgt" {
2-
name = "monitor_mgt"
2+
name = var.vm_mgt_ip
33
variables = {
44
ansible_user = var.mesh_local_user
55
ansible_ssh_private_key_file = "../terraform/messh"

0 commit comments

Comments
 (0)