log-analysis-bind
cloud-native-toolkit/log-analysis-bind/ibm
Module to bind an existing IBM Log Analysis instance to an existing kubernetes cluster
Install
README
IBM Log Analysis bind module Module to bind an existing IBM Log Analysis instance to a cluster. Software dependencies The module depends on the following software components: Command-line tools - terraform - v0.13 Terraform providers - IBM Cloud provider >= 1.9.0 - Helm provider >= 1.1.1 (provided by Terraform) Module dependencies This module makes use of the output from other modules: - Cluster - github.com/ibm-garage-cloud/terraform-ibm-container-platform.git - Namespace - github.com/ibm-garage-clout/terraform-cluster-namespace.git Example usage ``hcl-terraform module "log-bind" { source = "github.com/cloud-native-toolkit/terraform-ibm-log-analysis-bind.git" resource_group_name = var.resource_group_name region = var.region ibmcloud_api_key = var.ibmcloud_api_key cluster_id = module.dev_c
Inputs (9)
| Name | Type | Description | Default |
|---|---|---|---|
| region | string | Geographic location of the resource (e.g. us-south, us-east) | required |
| resource_group_name | string | Existing resource group where the IKS cluster will be provisioned. | required |
| ibmcloud_api_key | string | The apikey used to access the IBM Cloud account | required |
| logdna_crn | string | The id of the logdna instance that will be bound to the cluster | "" |
| cluster_name | string | The name of the cluster | "" |
| private_endpoint | string | Flag indicating that the agent should be created with private endpoints | "true" |
| sync | string | Semaphore to synchronize activities between modules | "" |
| logdna_id | string | The id of the logdna instance that will be bound to the cluster | "" |
| cluster_id | string | The identifier for the cluster | "" |
Outputs (1)
syncResources (2)
Details
Similar packages
Azure landing zones Terraform module
Terraform supermodule for the Terraform platform engineering for Azure
Terraform module to deploy landing zone subscriptions (and much more) in Azure
Terraform Module to define a consistent naming convention by (namespace, stage,