Skip to content

Commit 5aae8cf

Browse files
committed
syntax
1 parent 0bae907 commit 5aae8cf

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

terraform/modules/k8s-cluster/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,8 @@ resource "null_resource" "setup-master" {
106106
provisioner "remote-exec" {
107107
inline = [
108108
"chmod +x /home/ubuntu/setup/",
109-
"sudo /home/ubuntu/setup/common.sh k8s-master"
110-
"sudo /home/ubuntu/setup/master.sh k8s-master"
109+
"sudo /home/ubuntu/setup/common.sh k8s-master",
110+
"sudo /home/ubuntu/setup/master.sh"
111111
]
112112
}
113113

0 commit comments

Comments
 (0)