add support for startup script to compute-vm module (#3313)
This commit is contained in:
committed by
GitHub
parent
c291b218b6
commit
c1e8f9d70c
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user