How to create a module for gitlab_user_runner and use the token every time a new runner is created in root
If i create multiple runners with below module – project_runner. Then can i use the output token for each runner once it is created in the subsequent lambda as env variable ?
module.project_runner.runner_token — will output the particular runner token every time it is created or it will take the first runner’s token always?