Refactor s3 in opentofu to allow internal/external provider selection
This commit is contained in:
parent
9af19f51fa
commit
b336d01858
4 changed files with 5 additions and 42 deletions
|
|
@ -156,7 +156,7 @@ variable "services" {
|
|||
auth = bool
|
||||
auth_cert = optional(string)
|
||||
auth_redirects = optional(list(string))
|
||||
s3 = bool
|
||||
s3 = optional(string)
|
||||
s3_buckets = optional(list(string))
|
||||
database = bool
|
||||
mail = optional(string)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue