add support for startup script to compute-vm module (#3313)

This commit is contained in:
Ludovico Magnocavallo
2025-09-09 13:49:38 +02:00
committed by GitHub
parent c291b218b6
commit c1e8f9d70c
4 changed files with 53 additions and 42 deletions

View File

@@ -261,6 +261,13 @@ variable "metadata" {
default = {}
}
variable "metadata_startup_script" {
description = "Instance startup script. Will trigger recreation on change, even after importing."
type = string
nullable = true
default = null
}
variable "min_cpu_platform" {
description = "Minimum CPU platform."
type = string