* docs: add examples and recreate TF documentation * update readme * add information about experimental support of firewall zones
8 lines
255 B
HCL
8 lines
255 B
HCL
resource "unifi_setting_locale" "example" {
|
|
# Set the timezone using IANA timezone identifier format
|
|
timezone = "America/New_York"
|
|
|
|
# Specify the site (optional, defaults to site configured in provider, otherwise "default")
|
|
# site = "default"
|
|
}
|