Add storage billing model (#1723)
* Add storage billing model * Fix README.md
This commit is contained in:
@@ -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 = {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user