Terraform Configuration

Note

Full details of Terraform modules for this reference architecture can be found in the GitHub repository.

To configure Terraform:

  1. Set your LogScale license:

    terraform
    export TF_VAR_humiocluster_license=<your_logscale_license>
  2. Create Terraform Workspace:

    terraform
    terraform workspace new <workspace_name>
    terraform workspace select <workspace_name>
  3. Set the Kubernetes context in the .tfvars file:

    terraform
    k8s_cluster_context = "<k8s_context>"
    k8s_config_path     = "</path/to/kubeconfig>"