From 3b4b3558005d9dca557bb957e905b79ab4c6204e Mon Sep 17 00:00:00 2001 From: Ludovico Magnocavallo Date: Sun, 28 Jan 2024 14:00:32 +0100 Subject: [PATCH] Ensure data platform service accounts meet FAST requirements (#2016) * use 9-chars prefix in data platform example test * use 9-chars prefix in data platform example test --- blueprints/data-solutions/data-platform-foundations/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/blueprints/data-solutions/data-platform-foundations/README.md b/blueprints/data-solutions/data-platform-foundations/README.md index 1e06da7ee..38b3c8623 100644 --- a/blueprints/data-solutions/data-platform-foundations/README.md +++ b/blueprints/data-solutions/data-platform-foundations/README.md @@ -226,7 +226,8 @@ module "data-platform" { billing_account_id = "123456-123456-123456" parent = "folders/12345678" } - prefix = "myprefix" + # test 12-chars long prefix for FAST mt compatibility + prefix = "test-0123456" } # tftest modules=43 resources=293 ```