fix: restore command now seperated
This commit is contained in:
@@ -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."
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user