Mona-bele / action-integration-terraform

Sets up Terraform API in your GitHub Actions workflow.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

multiple keys

vinayprakash893 opened this issue · comments

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. .?

@vinayprakash893

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.