Terraform - Visual Workflow Northbound Integration

AppViewX Visual Workflow provides you with an interface to download Terraform (TF) files for all automation workflows. A TF file can be used with AppViewX Provider to submit automation requests on AppViewX Visual Workflow from Terraform.
  1. Design a new workflow.
  2. In the design space, to download the .zip file, click above the Start task.
    Tip: You can also click on the Service Orchestration icon in the command bar on the top, to download the <.zip> file.
  3. Extract the <.zip> file.
  4. From the extracted <.zip> file, copy the <workflowname>.tf file to the installation path of AppViewX Terraform provider.
  5. In <workflowname>.tf file, update AppViewX instance details - AppViewX ID/FQDN, Username, Password, Protocol.
  6. Update Terraform meta arguments.
  7. Enter workflow request details under the payload section.
  8. Save the changes and execute the file via Terraform commands.
    • terraform init
    • terraform plan
    • terraform apply.