Skip to content
Snippets Groups Projects
Commit 11ad4a9c authored by Nathan RODET's avatar Nathan RODET
Browse files

Update vars-deployment.json

parent cd2fa68a
No related branches found
No related tags found
No related merge requests found
Pipeline #72744 failed
......@@ -3,18 +3,21 @@
"name": "ENVIRONMENT",
"description": "Environment of the deployment, contained in domains, subdomains and resources name convention, should match the project name.",
"masked": false,
"validation_regex_explanation": "Should contain letter and number only, between 4 and 30 characters long.",
"validation_regex": "^(?=.*[a-zA-Z])(?=.*\\d)[A-Za-z\\d]{4,30}$"
},
{
"name": "TF_VAR_INSTANCES_COUNT",
"description": "Number of instances to create.",
"masked": false,
"validation_regex_explanation": "Should contain number only, between 1 and 3 characters long.",
"validation_regex": "^\\d{1,3}$"
},
{
"name": "TF_VAR_USER_PASSWORD",
"description": "User password for accessing services and instances.",
"masked": true,
"validation_regex_explanation": "Should contain at least 1 number, 1 capital letter and at least 12 characters long.",
"validation_regex": "^(?=.*[a-z])(?=.*[A-Z])(?=.*\\d)[a-zA-Z\\d]{12,}$"
}
]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment