From 77140af4cc495b790d1624f87adc5d8f0c2a56dd Mon Sep 17 00:00:00 2001 From: Jared Holgate Date: Thu, 14 Nov 2024 16:01:34 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 361292c..c0f8949 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ Secondly, for values that are passed into the module, use string interpolation o ### Using `var.dependencies` This variable is used as a workaround for the lack of support for `depends_on` in the ALZ provider. -Place values into this variable to ensure that policies and policy role assignments do nto get created until dependent resources are available. +Place values into this variable to ensure that policies and policy role assignments do not get created until dependent resources are available. See the variable documentation and the examples (private DNS and management) for more information. ### Using Provider Functions