* docs: add examples and recreate TF documentation * update readme * add information about experimental support of firewall zones
1001 B
1001 B
page_title, subcategory, description
| page_title | subcategory | description |
|---|---|---|
| unifi_setting_magic_site_to_site_vpn Resource - terraform-provider-unifi | Manages Magic Site to Site VPN settings for a UniFi site. |
unifi_setting_magic_site_to_site_vpn (Resource)
Manages Magic Site to Site VPN settings for a UniFi site.
Example Usage
resource "unifi_setting_magic_site_to_site_vpn" "example" {
# Enable Magic Site-to-Site VPN functionality
enabled = true
# Specify the site (optional, defaults to site configured in provider, otherwise "default")
# site = "default"
}
Schema
Required
enabled(Boolean) Whether the Magic Site to Site VPN is enabled.
Optional
site(String) The name of the UniFi site where this resource should be applied. If not specified, the default site will be used.
Read-Only
id(String) The unique identifier of this resource.