mirror of
https://github.com/netbirdio/terraform-provider-netbird.git
synced 2026-05-22 17:13:16 -07:00
976 B
976 B
page_title, subcategory, description
| page_title | subcategory | description |
|---|---|---|
| netbird_reverse_proxy_domain Resource - netbird | Create and manage custom reverse proxy domains for the NetBird reverse proxy. |
netbird_reverse_proxy_domain (Resource)
Create and manage custom reverse proxy domains for the NetBird reverse proxy.
Example Usage
data "netbird_reverse_proxy_clusters" "all" {}
resource "netbird_reverse_proxy_domain" "example" {
domain = "app.example.com"
target_cluster = data.netbird_reverse_proxy_clusters.all.clusters[0].address
}
Schema
Required
domain(String) Domain nametarget_cluster(String) The proxy cluster this domain should be validated against
Read-Only
id(String) Domain IDtype(String) Type of reverse proxy domain (free, custom)validated(Boolean) Whether the domain has been validated