Refactor s3 in opentofu to allow internal/external provider selection

This commit is contained in:
Tobias Reisinger 2025-06-08 01:23:40 +02:00
parent 9af19f51fa
commit b336d01858
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
4 changed files with 5 additions and 42 deletions

View file

@ -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)