1
0
Fork 0
mirror of https://github.com/external-secrets/external-secrets.git synced 2024-12-14 11:57:59 +00:00
external-secrets/terraform/aws/variables.tf
Moritz Johner 5d396e1351 chore: test e2e-managed
Signed-off-by: Moritz Johner <beller.moritz@googlemail.com>
2022-01-25 08:04:17 +01:00

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
}