From 8b9c8788ef56b406380ae7b7d185a16620330ba7 Mon Sep 17 00:00:00 2001 From: Percy Wegmann Date: Thu, 16 Oct 2025 09:39:31 -0500 Subject: [PATCH] remove alpha notice from dns_configuration resource Updates tailscale/corp#33431 Signed-off-by: Percy Wegmann --- docs/resources/dns_configuration.md | 2 -- templates/resources/dns_configuration.md.tmpl | 2 -- 2 files changed, 4 deletions(-) diff --git a/docs/resources/dns_configuration.md b/docs/resources/dns_configuration.md index c7b9db1b..29d09c2a 100644 --- a/docs/resources/dns_configuration.md +++ b/docs/resources/dns_configuration.md @@ -9,8 +9,6 @@ description: |- The dns_configuration resource allows you to manage the complete DNS configuration for your Tailscale network. See https://tailscale.com/kb/1054/dns for more information. -~> **Warning:** This resource is in alpha, proceed with caution! - ~> **Note:** The Tailscale Terraform provider has multiple resources for managing DNS configuration. This resource is meant to manage the entirety of a Tailnet's DNS configuration and conflicts with [tailscale_dns_nameservers](dns_nameservers.md), [tailscale_dns_preferences](dns_preferences.md), [tailscale_dns_search_paths](dns_search_paths.md), and [tailscale_dns_split_nameservers](dns_split_nameservers.md). This resource and previously mentioned resources should not be used simultaneously. ## Example Usage diff --git a/templates/resources/dns_configuration.md.tmpl b/templates/resources/dns_configuration.md.tmpl index 2390e402..f47c0831 100644 --- a/templates/resources/dns_configuration.md.tmpl +++ b/templates/resources/dns_configuration.md.tmpl @@ -9,8 +9,6 @@ description: |- {{ .Description | trimspace }} -~> **Warning:** This resource is in alpha, proceed with caution! - ~> **Note:** The Tailscale Terraform provider has multiple resources for managing DNS configuration. This resource is meant to manage the entirety of a Tailnet's DNS configuration and conflicts with [tailscale_dns_nameservers](dns_nameservers.md), [tailscale_dns_preferences](dns_preferences.md), [tailscale_dns_search_paths](dns_search_paths.md), and [tailscale_dns_split_nameservers](dns_split_nameservers.md). This resource and previously mentioned resources should not be used simultaneously. ## Example Usage