Commit db45dc41 authored by Felipe Martin's avatar Felipe Martin

Removed unused variable

parent 078e3fea
...@@ -122,11 +122,6 @@ variable "tags" { ...@@ -122,11 +122,6 @@ variable "tags" {
default = {} default = {}
} }
variable "encrypted" {
description = "Defines wether this instance should be encrypted or not"
default = false
}
# DB subnet group # DB subnet group
variable "subnet_ids" { variable "subnet_ids" {
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