From 554ea8c55746f4319c2519ac747c7220820c6097 Mon Sep 17 00:00:00 2001 From: David Symonds Date: Sun, 28 Jan 2024 20:32:00 +1100 Subject: [PATCH] Document that ACL tests are run when creating and updating tailscale_acl resources. Fixes #158. Closes #161. --- docs/resources/acl.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/resources/acl.md b/docs/resources/acl.md index 21750aa7..eac7cdde 100644 --- a/docs/resources/acl.md +++ b/docs/resources/acl.md @@ -10,6 +10,8 @@ description: |- The acl resource allows you to configure a Tailscale ACL. See https://tailscale.com/kb/1018/acls for more information. Note that this resource will completely overwrite existing ACL contents for a given tailnet. +If tests are defined in the ACL (the top-level `tests` section), ACL validation will occur before creation and update operations are applied. + ## Example Usage ```terraform