Updated tf vars for st server
This commit is contained in:
@@ -57,4 +57,18 @@ variable "SecretsNames"{
|
|||||||
variable "acm_arn_dev" {
|
variable "acm_arn_dev" {
|
||||||
type = string
|
type = string
|
||||||
default = "arn:aws:acm:us-east-2:660131068782:certificate/3a146592-2b00-4b33-90a6-0d9ab0040d8b"
|
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
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user