Environment variable override / update
Created by: VladoPortos
Feature Description
Would it be possible to add to "gitlab_project_variable" something like "force = true" and update it even when it is already existing... instead of failing and complaining that the variable is there already ? It should not be hard to implement since the API is supporting this action with simple:
"https://gitlab.com/api/v4/projects/{{ project}}/variables/SOM_VAR"
method: PUT
body: value="new_value
Do you want to implement this?
-
I would like to implement this myself 👷
Edited by Timo Furrer