mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-28 04:10:44 -04:00
19 lines
864 B
Cheetah
19 lines
864 B
Cheetah
# Copyright IBM Corp. 2016, 2026
|
|
# SPDX-License-Identifier: BUSL-1.1
|
|
|
|
# Code generated by 'pipeline generate template' DO NOT EDIT.
|
|
|
|
# This file is overwritten in CI as it contains branch specific and sometimes ever-changing values.
|
|
# It's checked in here so that enos samples and scenarios can be performed, just be aware that this
|
|
# might change out from under you.
|
|
|
|
globals {
|
|
sample_attributes = {
|
|
aws_region = ["us-east-1", "us-west-2"]
|
|
distro_version_amzn = ["2023"]
|
|
distro_version_rhel = ["8.10", "9.7", "10.1"]
|
|
distro_version_sles = ["15.7", "16.0"]
|
|
distro_version_ubuntu = ["22.04", "24.04", "26.04"]
|
|
upgrade_initial_version = [{{- $versions := VersionsNMinusTransition "vault" .Edition .Version 3 "major" "1.21.5" "minor" }}{{- range $i, $v := $versions }}{{if $i}}, {{end}}"{{ $v }}"{{- end }}]
|
|
}
|
|
}
|