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
Loading
Checking pipeline status
......@@ -3,21 +3,18 @@
"name": "ENVIRONMENT",
"description": "Environment of the deployment, contained in domains, subdomains and resources name convention, should match the project name.",
"masked": false,
"validation_type": "string",
"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_type": "number",
"validation_regex": "^\\d{1,3}$"
},
{
"name": "TF_VAR_USER_PASSWORD",
"description": "User password for accessing services and instances.",
"masked": true,
"validation_type": "password",
"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