Skip to content

Commit ede489a

Browse files
committed
fix
1 parent 1a894bd commit ede489a

File tree

1 file changed

+1
-1
lines changed
  • terraform/modules/k8s-cluster

1 file changed

+1
-1
lines changed

terraform/modules/k8s-cluster/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ resource "null_resource" "setup-worker" {
172172

173173
provisioner "file" {
174174
source = "./modules/k8s-cluster/setup/common.sh"
175-
destination = "/home/ubuntu"
175+
destination = "/home/ubuntu/common.sh"
176176
}
177177

178178
provisioner "remote-exec" {

0 commit comments

Comments
 (0)