Terraform Configuration
Note
Full details of Terraform modules for this reference architecture can be found in the GitHub repository.
To configure Terraform:
Set your LogScale license:
terraformexport TF_VAR_humiocluster_license=<your_logscale_license>Create Terraform Workspace:
terraformterraform workspace new <workspace_name> terraform workspace select <workspace_name>Set the Kubernetes context in the
.tfvarsfile:terraformk8s_cluster_context = "<k8s_context>" k8s_config_path = "</path/to/kubeconfig>"