From 20d0a92e0104053e4e796557d8c7707ed30df34c Mon Sep 17 00:00:00 2001 From: Moath Qasim Date: Wed, 3 Mar 2021 19:18:02 +0100 Subject: [PATCH] add current_versions.sh file to the terraform provisioner Signed-off-by: Moath Qasim Signed-off-by: Moath Qasim --- deploy/terraform/main.tf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/deploy/terraform/main.tf b/deploy/terraform/main.tf index a27f5ba..4a33acb 100644 --- a/deploy/terraform/main.tf +++ b/deploy/terraform/main.tf @@ -61,6 +61,11 @@ resource "null_resource" "tink_directory" { destination = "/root/tink/generate-envrc.sh" } + provisioner "file" { + source = "../../current_versions.sh" + destination = "/root/tink/current_versions.sh" + } + provisioner "file" { source = "../../deploy" destination = "/root/tink"