make generate

This commit is contained in:
bcmmbaga
2026-01-23 22:07:21 +03:00
parent 7fc901356a
commit 5ac65d898e
2 changed files with 0 additions and 18 deletions
-9
View File
@@ -39,15 +39,6 @@ resource "netbird_dns_record" "mail" {
content = "mail.external.com"
ttl = 3600
}
# Root domain record
resource "netbird_dns_record" "root" {
zone_id = netbird_dns_zone.example.id
name = "example.local"
type = "A"
content = "192.168.1.1"
ttl = 300
}
```
<!-- schema generated by tfplugindocs -->
-9
View File
@@ -13,15 +13,6 @@ Create and manage custom DNS zones. See [NetBird Docs](https://docs.netbird.io/h
## Example Usage
```terraform
resource "netbird_dns_zone" "example" {
name = "example-zone"
domain = "example.local"
enabled = true
enable_search_domain = false
distribution_groups = []
}
# DNS Zone with distribution groups
resource "netbird_dns_zone" "internal" {
name = "internal-zone"
domain = "internal.company.com"