vault/enos/enos-dynamic-config.hcl
Vault Automation b82f3f6e2c
[VAULT-44881] enos: add support for Ubuntu 26.04
Signed-off-by: Ryan Cragun <me@ryan.ec>
Co-authored-by: Ryan Cragun <me@ryan.ec>
2026-05-18 17:39:31 +00:00

19 lines
902 B
HCL

# 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 = ["1.20.0", "1.20.1", "1.20.2", "1.20.3", "1.20.4", "1.20.5", "1.20.6", "1.20.7", "1.20.8", "1.20.9", "1.20.10", "1.21.0-rc1", "1.21.0", "1.21.1", "1.21.2", "1.21.3", "1.21.4", "1.21.5", "2.0.0-rc1", "2.0.0"]
}
}