From 915f7bd1e209813a5d574b4617b87bfccd35d38f Mon Sep 17 00:00:00 2001 From: Umang Mistry Date: Fri, 17 May 2024 13:57:08 -0500 Subject: [PATCH] Updated tf vars for st server --- streamlit-server/variables.tf | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/streamlit-server/variables.tf b/streamlit-server/variables.tf index 59c7f11..49ce4f4 100644 --- a/streamlit-server/variables.tf +++ b/streamlit-server/variables.tf @@ -57,4 +57,18 @@ variable "SecretsNames"{ variable "acm_arn_dev" { type = string default = "arn:aws:acm:us-east-2:660131068782:certificate/3a146592-2b00-4b33-90a6-0d9ab0040d8b" +} + +variable "secret_key" { + type = string +} + +# required +variable "access_key" { + type = string +} + +# required +variable "token" { + type = string } \ No newline at end of file