This integration pack allows StackStorm to control Terraform, A tool that enables you to safely and predictably create, change, and improve production infrastructure.
Requires terraform
to be installed on Worker nodes.
There are currently no configuration parameters.
terraform.apply
- Apply the changes required to reach the desired state of the configurationterraform.create_workspace
- Create and switch to a new Terraform workspaceterraform.delete_workspace
- Delete a Terraform workspaceterraform.destroy
- Destroy the Terraform-managed infrastructureterraform.get_version
- Get the Terraform versionterraform.import_object
- Import existing infrastructure into a Terraform stateterraform.init
- Initialize a working directory containing Terraform configuration files.terraform.list_workspaces
- List Terraform workspacesterraform.output
- Output output variables from the state file.terraform.plan
- Plan the changes required to reach the desired state of the configurationterraform.select_workspace
- Select a Terraform workspaceterraform.show
- Provides human-readable output from a state or plan file