mirror of
https://github.com/external-secrets/external-secrets.git
synced 2024-12-15 17:51:01 +00:00
5d396e1351
Signed-off-by: Moritz Johner <beller.moritz@googlemail.com>
15 lines
196 B
HCL
15 lines
196 B
HCL
variable "AWS_SA_NAME" {
|
|
type = string
|
|
}
|
|
|
|
variable "AWS_SA_NAMESPACE" {
|
|
type = string
|
|
}
|
|
|
|
variable "AWS_REGION" {
|
|
type = string
|
|
}
|
|
|
|
variable "AWS_CLUSTER_NAME" {
|
|
type = string
|
|
}
|