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

Update vars-deployment.json

parent a6c5fc1c
No related branches found
No related tags found
No related merge requests found
Pipeline #72742 failed
...@@ -3,21 +3,18 @@ ...@@ -3,21 +3,18 @@
"name": "ENVIRONMENT", "name": "ENVIRONMENT",
"description": "Environment of the deployment, contained in domains, subdomains and resources name convention, should match the project name.", "description": "Environment of the deployment, contained in domains, subdomains and resources name convention, should match the project name.",
"masked": false, "masked": false,
"validation_type": "string",
"validation_regex": "^(?=.*[a-zA-Z])(?=.*\\d)[A-Za-z\\d]{4,30}$" "validation_regex": "^(?=.*[a-zA-Z])(?=.*\\d)[A-Za-z\\d]{4,30}$"
}, },
{ {
"name": "TF_VAR_INSTANCES_COUNT", "name": "TF_VAR_INSTANCES_COUNT",
"description": "Number of instances to create.", "description": "Number of instances to create.",
"masked": false, "masked": false,
"validation_type": "number",
"validation_regex": "^\\d{1,3}$" "validation_regex": "^\\d{1,3}$"
}, },
{ {
"name": "TF_VAR_USER_PASSWORD", "name": "TF_VAR_USER_PASSWORD",
"description": "User password for accessing services and instances.", "description": "User password for accessing services and instances.",
"masked": true, "masked": true,
"validation_type": "password",
"validation_regex": "^(?=.*[a-z])(?=.*[A-Z])(?=.*\\d)[a-zA-Z\\d]{12,}$" "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