Page MenuHomeDevCentral

D3924.diff
No OneTemporary

D3924.diff

diff --git a/terraform/openbao/modules/app_credentials/variables.tf b/terraform/openbao/modules/app_credentials/variables.tf
--- a/terraform/openbao/modules/app_credentials/variables.tf
+++ b/terraform/openbao/modules/app_credentials/variables.tf
@@ -13,7 +13,7 @@
variable "kv_mount" {
description = "Mount path of KV v2 engine where to save the approle credentials"
type = string
- default = "kv"
+ default = "ops"
}
variable "kv_path" {
@@ -34,8 +34,8 @@
variable "token_ttl" {
description = "Default token TTL for the AppRole"
- type = string
- default = "300"
+ type = number
+ default = 300
}
variable "token_max_ttl" {

File Metadata

Mime Type
text/plain
Expires
Mon, Feb 9, 21:36 (21 h, 1 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3439393
Default Alt Text
D3924.diff (672 B)

Event Timeline