multiple keys
vinayprakash893 opened this issue · 1 comments
vinayprakash893 commented
how do i create multiple keys at a same time, i need to create 8 variables , do i need to call this actions 8 times. .?
Paulo-Lopes-Estevao commented
You don't need to create 8 variables.
The mandatory variables are just
- tf_api_token
- tf_workspace
- tf_organization and tf_run_type
for action type "variable_create"
only variable_key
and tf_variable_value
are required, the other parameters are not.
Thanks for the feedback, we'll improve the description of the information.