From 7796bac6db15e3b5125cf94de0a7d4be681546ac Mon Sep 17 00:00:00 2001 From: Andrej Golis Date: Thu, 16 May 2024 12:56:00 +0400 Subject: [PATCH] Fix double slash typo #8 --- examples/development/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/development/main.tf b/examples/development/main.tf index 4c97f47..68ff648 100644 --- a/examples/development/main.tf +++ b/examples/development/main.tf @@ -148,7 +148,7 @@ module "appmixer_module" { } quota = { entrypoint = ["/bin/bash", "-c"] - command = ["apt-get update; apt-get -y install wget; wget -O /root//global-bundle.pem https://truststore.pki.rds.amazonaws.com/global/global-bundle.pem; npm start"] + command = ["apt-get update; apt-get -y install wget; wget -O /root/global-bundle.pem https://truststore.pki.rds.amazonaws.com/global/global-bundle.pem; npm start"] } }