feat: Add Bottlerocket FIPS image variants (#3275)

fix: Add Bottlerocket FIPS image variants
This commit is contained in:
Anand Capur
2025-01-17 08:17:37 -08:00
committed by GitHub
parent a713f6f464
commit d876ac4ef1
3 changed files with 8 additions and 0 deletions

View File

@@ -22,6 +22,8 @@ locals {
AL2_ARM_64 = "linux"
BOTTLEROCKET_ARM_64 = "bottlerocket"
BOTTLEROCKET_x86_64 = "bottlerocket"
BOTTLEROCKET_ARM_64_FIPS = "bottlerocket"
BOTTLEROCKET_x86_64_FIPS = "bottlerocket"
BOTTLEROCKET_ARM_64_NVIDIA = "bottlerocket"
BOTTLEROCKET_x86_64_NVIDIA = "bottlerocket"
WINDOWS_CORE_2019_x86_64 = "windows"