Skip to content

Process Steps

Process steps in the Terraform-IAAC plug-in

Run Terraform Command

Use this step to run a terraform script.

NameTypeDescriptionRequired
Terraform ContentsStringContents of the .tf file Or Full path of the .tf file that contains all configurations needed for a resource creation for any cloud service provider.Yes
Terraform CommandStringFull path of the terraform installation. Ex: /usr/local/bin/.Yes
GCP CredentialsStringFull path of the GCP Credentials file or resource property refrenceNo
Azure VM NameStringProvide the name of the Azure Virtual MachineNo
Azure ClientIDStringProvide the property of the Azure client IDNo
Azure SecretKeyStringProvide the property of the Azure secret keyNo
Azure TenantIdStringProvide the property of the Azure tenant IDNo
Azure sshKeyStringFull path of the ssh key generated by userNo
AWS RoleStringAWS Role to assume.No
Operation TypeDropdownType of the Terraform operation to perform (Apply/Plan/Destroy).No