fix: restore command now seperated

This commit is contained in:
2025-02-11 21:18:55 -05:00
parent f7a0a3e868
commit 116c683300
11 changed files with 77 additions and 37 deletions

View File

@@ -14,16 +14,16 @@ variable "aws_secret" {
}
variable "boot_bucket" {
type = string
type = string
description = "The name of the bucket to store the boot in."
}
variable "boot_key" {
type = string
type = string
description = "The path that will hold the boot data."
}
variable "boot_role" {
type = string
type = string
description = "The name of the role for boot access."
}