Skip to content
Snippets Groups Projects
Commit 2833935d authored by Alex's avatar Alex
Browse files

fix: remove regex because it precludes the use of variable expansion

parent dd6e9b50
No related branches found
No related tags found
No related merge requests found
Pipeline #24470627 passed
Loading
Loading
@@ -12,8 +12,6 @@ spec:
module_name:
description: "The name of the module"
default: "${CI_PROJECT_NAME}"
regex: ^[a-z]([a-z0-9-]){1,63}$
module_system:
description: |
The name of a remote system that the module is primarily written to target.
Loading
Loading
@@ -25,8 +23,6 @@ spec:
like aws or azurerm in the above examples,
but that is not required
and so you can use whichever system keywords make sense for the organization of your particular registry.
regex: ^[a-z]([a-z0-9-]){1,63}$
---
 
publish-terraform-module:
Loading
Loading
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