Skip to content

Commit

Permalink
Path error is fixed for update-lbs.sh
Browse files Browse the repository at this point in the history
Signed-off-by: Chandan Abhyankar <chandan.abhyankar@gmail.com>
  • Loading branch information
Chandan-Abhyankar committed Oct 25, 2023
1 parent 99a0053 commit c5f20af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/7_post/post.tf
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ EOF

provisioner "file" {
source = "${path.module}/files/update-lbs.sh"
destination = "/root/ocp4-upi-compute-powervs-ibmcloud/intel/lbs/"
destination = "/root/ocp4-upi-compute-powervs-ibmcloud/intel/lbs/update-lbs.sh"
}

# Dev Note: Updates the load balancers
Expand All @@ -146,4 +146,4 @@ bash update-lbs.sh
EOF
]
}
}
}

0 comments on commit c5f20af

Please sign in to comment.