From e55ce7fc047666bbede4fd6761f62b9d110f9b39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20B=C4=9Bh=C3=A1vka?= Date: Wed, 22 Jul 2026 15:01:45 +0200 Subject: [PATCH] docs(dns): Clarify that the ACL field in DNS zone resource has no effect relates to STACKITDNS-980 --- docs/resources/dns_zone.md | 2 +- stackit/internal/services/dns/zone/resource.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/resources/dns_zone.md b/docs/resources/dns_zone.md index d5bc254df..c528edf4b 100644 --- a/docs/resources/dns_zone.md +++ b/docs/resources/dns_zone.md @@ -36,7 +36,7 @@ resource "stackit_dns_zone" "example" { ### Optional -- `acl` (String) The access control list. E.g. `0.0.0.0/0,::/0` +- `acl` (String) The access control list (e.g., 0.0.0.0/0,::/0). Note: This field currently has no effect and does not enforce any access restrictions on the DNS zone. - `active` (Boolean) - `contact_email` (String) A contact e-mail for the zone. - `default_ttl` (Number) Default time to live. E.g. 3600. diff --git a/stackit/internal/services/dns/zone/resource.go b/stackit/internal/services/dns/zone/resource.go index d0e00d0b6..114071e12 100644 --- a/stackit/internal/services/dns/zone/resource.go +++ b/stackit/internal/services/dns/zone/resource.go @@ -174,7 +174,7 @@ func (r *zoneResource) Schema(ctx context.Context, _ resource.SchemaRequest, res }, }, "acl": schema.StringAttribute{ - Description: "The access control list. E.g. `0.0.0.0/0,::/0`", + Description: "The access control list (e.g., 0.0.0.0/0,::/0). Note: This field currently has no effect and does not enforce any access restrictions on the DNS zone.", Optional: true, Computed: true, Validators: []validator.String{