Skip to content

Commit 3f11612

Browse files
after adding newline in management.tf
1 parent 859d775 commit 3f11612

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

modules/distributed_topology/management.tf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,16 @@ resource "libvirt_domain" "ICP_mng" {
6363
"mkdir -p /opt/icp_config",
6464
]
6565
}
66+
6667
provisioner "remote-exec" {
6768
script = "./scripts/prereq.sh"
6869
}
70+
6971
provisioner "file" {
7072
source = "${var.ssh_private_key_path}"
7173
destination = "/root/.ssh/id_rsa"
7274
}
75+
7376
connection {
7477
type = "ssh"
7578
user = "root"

0 commit comments

Comments
 (0)