Commit a7ed7343 authored by Adrian Horrocks's avatar Adrian Horrocks

clearing up redundant variables

parent 3433b111
...@@ -17,11 +17,6 @@ variable "instance_type" { ...@@ -17,11 +17,6 @@ variable "instance_type" {
default = "t2.micro" default = "t2.micro"
} }
variable "instance_block_device" {
description = "The instance type of the backup instance"
default = "gp2"
}
variable "security_groups" { variable "security_groups" {
description = "A list of security group IDs for the backup instance to be a member of" description = "A list of security group IDs for the backup instance to be a member of"
type = "list" type = "list"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment