Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F24028090
D3924.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
672 B
Referenced Files
None
Subscribers
None
D3924.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D3924: Proofread Terraform variables definition
Attached
Detach File
Event Timeline
Log In to Comment