Features:
- allow to specify user and group owner for volumes via additional terraform variables
variable "user" {
description = "User ownership of the volumes"
default = ""
}
variable "group" {
description = "Group ownership of the volumes"
default = ""
}