Remove unused s3 from opentofu services module
This commit is contained in:
parent
ad7648a748
commit
10faf1b7f8
2 changed files with 0 additions and 2 deletions
modules/services
|
@ -18,6 +18,5 @@ terraform {
|
|||
locals {
|
||||
services_auth = {for key, val in var.services : key => val if val.auth}
|
||||
services_database = {for key, val in var.services : key => val if val.database}
|
||||
services_s3 = {for key, val in var.services : key => val if val.s3}
|
||||
services_mail = {for key, val in var.services : key => val if val.mail != null}
|
||||
}
|
||||
|
|
|
@ -16,7 +16,6 @@ variable "services" {
|
|||
auth = bool
|
||||
auth_cert = optional(string)
|
||||
auth_redirects = optional(list(string))
|
||||
s3 = bool
|
||||
database = bool
|
||||
mail = optional(string)
|
||||
}))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue