Quick Start
Last updated
Was this helpful?
Last updated
Was this helpful?
If you haven't already, you'll need to install Terraform. Ensure you have the version compatible with the provider you intend to use.
Initialize a New Terraform Directory:
Create a new directory for your Terraform configuration files. You can do this with your system's command line interface:
Create a Terraform Configuration File:
Within this directory, create a new file named main.tf
. You can do this using a text editor. Then, copy the provided Terraform plan into this file.
Step 3: Configure the Kubiya Provider
The required_providers
block in your Terraform configuration specifies that you're using the Kubiya provider, including its source and version: