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

Update vars-deployment.json

parent c9b60b3c
No related branches found
No related tags found
No related merge requests found
Pipeline #72733 failed
...@@ -19,9 +19,7 @@ ...@@ -19,9 +19,7 @@
"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": "number", "validation_type": "regex",
"validation_max_length": 3,
"validation_min_length": 1,
"validation_regex": "^(?=.*[a-z])(?=.*[A-Z])(?=.*\\d)[a-zA-Z\\d]{12,}$" "validation_regex": "^(?=.*[a-z])(?=.*[A-Z])(?=.*\\d)[a-zA-Z\\d]{12,}$"
} }
] ]
\ No newline at end of file
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