79391653

Date: 2025-01-27 17:33:25
Score: 1
Natty:
Report link

To integrate Terraform with webui interface to pass Terraform arguments/parameters, I will suggest using the Jenkins pipeline. Create a Pipeline using Jenkins and add those terraform arguments in Jenkins Groovy script, and in a later stage block of the Jenkins Groovy call the arguments and pass it as a run time variable to your terraform plan and apply stages.

This works perfectly and you can further pass those arguments to external scripts like boto3 etc.

Reasons:
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Mahesh