Skip to content

khulnasoft/terraform-provider-khulnasoft

Terraform logo Khulnasoft logo

Khulnasoft Provider for Terraform

This is the Khulnasoft provider for Terraform.

Useful links:

The provider lets you declaratively define the configuration for your Khulnasoft Enterprise platform.

Contents

Requirements

Using the Khulnasoft provider

To quickly get started using the Khulnasoft provider for Terraform, configure the provider as shown below. Full provider documentation with details on all options available is located on the Terraform Registry site.

terraform {
  required_providers {
    khulnasoft = {
      version = "0.8.26"
      source  = "khulnasoft/khulnasoft"
    }
  }
}

provider "khulnasoft" {
  username = "IaC"
  khulnasoft_url = "https://khulnasoft.com"
  password = "@password"
}

Using the Khulnasoft provider SaaS solution

To quickly get started using the Khulnasoft SaaS provider for Terraform, configure the provider as shown above. The khulnasoft_url should point to cloud.khulnasoft.com for the Khulnasoft Customers and the Dev/QA Teams need to provide their Urls respectively.

NOTE: SaaS authentication is supported from version 0.8.4+

Contributing

The Khulnasoft Provider for Terraform is the work of many contributors. We appreciate your help!

To contribute, please read the contribution guidelines. You may also report an issue. Once you've filed an issue.