Add storage billing model (#1723)

* Add storage billing model

* Fix README.md
This commit is contained in:
devuonocar
2023-10-02 19:37:40 +02:00
committed by GitHub
parent aa5d883deb
commit 4d3b0508cc
3 changed files with 6 additions and 4 deletions

View File

@@ -121,6 +121,7 @@ variable "options" {
delete_contents_on_destroy = optional(bool, false)
is_case_insensitive = optional(bool)
max_time_travel_hours = optional(number, 168)
storage_billing_model = optional(string)
})
default = {}
}