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
This commit is contained in:
Ludovico Magnocavallo 2024-01-28 14:00:32 +01:00 committed by GitHub
parent bf93b6fb4e
commit 3b4b355800
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -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
```