log-analysis-bind

cloud-native-toolkit/log-analysis-bind/ibm

Terraform Module HCL IBM

Module to bind an existing IBM Log Analysis instance to an existing kubernetes cluster

Install
module "log-analysis-bind" {
source = "cloud-native-toolkit/log-analysis-bind/ibm"
version = "1.3.6"
}
plain text: /constructs/tfmod-cloud-native-toolkit-log-analysis-bind-ibm/install.txt
⭐ Source on GitHub 📦 Registry page
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)
NameTypeDescriptionDefault
regionstringGeographic location of the resource (e.g. us-south, us-east) required
resource_group_namestringExisting resource group where the IKS cluster will be provisioned. required
ibmcloud_api_keystringThe apikey used to access the IBM Cloud account required
logdna_crnstringThe id of the logdna instance that will be bound to the cluster""
cluster_namestringThe name of the cluster""
private_endpointstringFlag indicating that the agent should be created with private endpoints"true"
syncstringSemaphore to synchronize activities between modules""
logdna_idstringThe id of the logdna instance that will be bound to the cluster""
cluster_idstringThe identifier for the cluster""
Outputs (1)
sync
Resources (2)
ibm_resource_keynull_resource
Details
FrameworkTerraform Module
LanguageHCL
Version1.3.6
Cloud IBM
★ Stars0
Forks3
Total downloads1.8k
Inputs9
Outputs1
Resources2
LicenseApache-2.0
Namespacecloud-native-toolkit
Updated