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