Skip to content

Commit

Permalink
terraform: chmod scripts before during provision
Browse files Browse the repository at this point in the history
Signed-off-by: Marques Johansson <[email protected]>
  • Loading branch information
displague committed Sep 4, 2020
1 parent c0d8d5b commit 1970128
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions deploy/terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@ resource "null_resource" "tink_directory" {
source = "./../../../tink"
destination = "/root/"
}

provisioner "remote-exec" {
inline = [
"chmod +x tink/generate-envrc.sh tink/setup.sh tink/deploy/tls/*.sh"
]
}
}

resource "packet_device_network_type" "tink_provisioner_network_type" {
Expand Down

0 comments on commit 1970128

Please sign in to comment.