diff --git a/vars-deployment.json b/vars-deployment.json index 87ca5d3a97cb068124e5ee733fc720a828053962..610611e1cbd9f9381b5faa8f3360ef7199eb4c39 100644 --- a/vars-deployment.json +++ b/vars-deployment.json @@ -1,4 +1,5 @@ -[ +{ + "projet_vars": [ { "name": "ENVIRONMENT", "description": "Environment of the deployment, contained in domains, subdomains and resources name convention, should match the project name.", @@ -19,10 +20,13 @@ "masked": true, "validation_regex_explanation": "Should contain at least 1 number, 1 capital letter and 12 characters. Please consider using a password manager.", "validation_regex": "^(?=.*[a-zA-Z])(?=.*\\d)[A-Za-z\\d]{12,30}$" - }, + } + ], + "projet_vars_data": [ { "name": "OWNER_ID", "description": "ID of the project owner.", "masked": false } -] + ] +}