Skip to content

Commit d7587dc

Browse files
committed
Reduce GCP BYOC-I booter self-delete TTL
1 parent ca31ecd commit d7587dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/gcp_byoc_i/booter-vm/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ variable "resource_manager_tags" {
8888
variable "self_delete_ttl_seconds" {
8989
description = "Seconds to keep the booter VM after a successful bootstrap before self-delete."
9090
type = number
91-
default = 1800
91+
default = 60
9292
}
9393

9494
variable "failure_self_delete_ttl_seconds" {

0 commit comments

Comments
 (0)