diff --git a/v2/internal/attacktechniques/gcp/privilege-escalation/impersonate-service-accounts/main.tf b/v2/internal/attacktechniques/gcp/privilege-escalation/impersonate-service-accounts/main.tf index 29da00d6..55b7a47d 100644 --- a/v2/internal/attacktechniques/gcp/privilege-escalation/impersonate-service-accounts/main.tf +++ b/v2/internal/attacktechniques/gcp/privilege-escalation/impersonate-service-accounts/main.tf @@ -15,11 +15,10 @@ locals { } resource "random_string" "suffix" { - count = local.num-service-accounts - length = 4 - special = false - min_lower = 4 - min_numeric = 4 + count = local.num-service-accounts + length = 4 + special = false + min_lower = 4 } // Create N service accounts