Fix regression in compute-vm module (#3872)
* fix(compute-vm): purge key_revocation_action_type from tests and update schema link * fix schema link
This commit is contained in:
committed by
GitHub
parent
11dba441f9
commit
8076220648
@@ -285,7 +285,7 @@ variable "lifecycle_config" {
|
||||
type = object({
|
||||
allow_stopping_for_update = optional(bool, true)
|
||||
deletion_protection = optional(bool, false)
|
||||
key_revocation_action_type = optional(string, "NONE")
|
||||
key_revocation_action_type = optional(string)
|
||||
graceful_shutdown = optional(object({
|
||||
enabled = optional(bool, false)
|
||||
max_duration_secs = optional(number)
|
||||
|
||||
Reference in New Issue
Block a user