feat(docs): improve contribution docs (#1008)

relates to STACKITTPR-317
This commit is contained in:
Marcel Jacek 2025-09-25 17:34:02 +02:00 committed by GitHub
parent 8aa4d29158
commit 4289012bda
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 66 additions and 8 deletions

View file

@ -53,7 +53,6 @@ var testConfigVarsMin = config.Variables{
var testConfigVarsMax = config.Variables{
"project_id": config.StringVariable(testutil.ProjectId),
"organization_id": config.StringVariable(testutil.OrganizationId),
"name": config.StringVariable(maxTestName),
"nodepool_availability_zone1": config.StringVariable(fmt.Sprintf("%s-1", testutil.Region)),
"nodepool_machine_type": config.StringVariable("g2i.2"),