Drone plugins > Harness Terraform
Terraform plugin to use in the IACM module in Harness
Example
kind: pipeline
name: default
steps:
- name: stepName
type: plugins/harness-terraform
settings:
command: apply
Properties
command
stringrequiredCommands that indicates what action the plugin will perform. Current supported values are init, plan, apply or destroy
Default: init