From 414e4e254574e1484cf0c54989a9883f5d08bc53 Mon Sep 17 00:00:00 2001 From: Alex Goldsmith <46906584+alexgoldsmith@users.noreply.github.com> Date: Wed, 12 Oct 2022 20:10:03 +0000 Subject: [PATCH] specify org_prefix max character count --- azure/terraform/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure/terraform/README.md b/azure/terraform/README.md index aea5189..c27d3a5 100644 --- a/azure/terraform/README.md +++ b/azure/terraform/README.md @@ -24,7 +24,7 @@ The templates are organized into two modules, `infra` and `services`. Before you do anything, create a TF vars file `FILE.tfvars` (`FILE` could be something else), with this content. - org_prefix = "yourorg" # use something short and distinctive + org_prefix = "yourorg" # must be seven characters or fewer This is used to help generate unique resource names for: * DB server name