Updated tf vars for st server

This commit is contained in:
Umang Mistry
2024-05-17 13:57:08 -05:00
parent 69b59e7cd9
commit 915f7bd1e2
+14
View File
@@ -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
}