Sign in
third-party-mirror
/
hashicorp
/
vault
/
refs/heads/main
/
.
/
v1.14.6
/
enos
/
modules
/
autopilot_upgrade_storageconfig
/
main.tf
blob: 3fcb77a7067c6b5049026d0b2854c77af7e01020 [
file
] [
log
] [
blame
] [
edit
]
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: BUSL-1.1
variable
"vault_product_version"
{}
output
"storage_addl_config"
{
value
=
{
autopilot_upgrade_version
=
var
.
vault_product_version
}
}