feat: add vault terraform user
This commit is contained in:
17
infrastructure/variables.tf
Normal file
17
infrastructure/variables.tf
Normal file
@@ -0,0 +1,17 @@
|
||||
variable "minio_region" {
|
||||
description = "Default MINIO region"
|
||||
default = "us-east-1"
|
||||
}
|
||||
|
||||
variable "minio_server" {
|
||||
description = "Default MINIO host and port"
|
||||
default = "api-minio.front.kjuulh.io:443"
|
||||
}
|
||||
|
||||
variable "minio_user" {
|
||||
description = "MINIO user"
|
||||
}
|
||||
|
||||
variable "minio_password" {
|
||||
description = "MINIO password"
|
||||
}
|
Reference in New Issue
Block a user