Skip to content

Allow to specify user and group owner for volumes

Latest
Compare
Choose a tag to compare
@filiphaftek filiphaftek released this 18 Mar 08:18
0bada4f

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 = ""
}