df752980fd7802cf6c97addfc26f5c4f4d9d821c
[csit.git] / fdio.infra.terraform / 1n_nmd / vault-aws-secret-backend / variables.tf
1 variable "aws_access_key" {
2   description = "AWS access key"
3   type        = string
4   sensitive   = true
5 }
6
7 variable "aws_secret_key" {
8   description = "AWS secret key"
9   type        = string
10   sensitive   = true
11 }
12
13 variable "name" {
14   default     = "dynamic-aws-creds-vault-fdio"
15   description = "Vault path"
16   type        = string
17 }
18
19 variable "token" {
20   description = "Vault root token"
21   type        = string
22   sensitive   = true
23 }