configure vault secrets operator
This commit is contained in:
11
hashicorp-vault/iac/variables.tf
Normal file
11
hashicorp-vault/iac/variables.tf
Normal file
@@ -0,0 +1,11 @@
|
||||
variable "gitea_app_id" {
|
||||
type = string
|
||||
}
|
||||
variable "POSTGRES_CREDENTIALS_EDITOR_USERNAME" {
|
||||
type = string
|
||||
sensitive = true
|
||||
}
|
||||
variable "POSTGRES_CREDENTIALS_EDITOR_PASSWORD" {
|
||||
type = string
|
||||
sensitive = true
|
||||
}
|
||||
Reference in New Issue
Block a user