Module to bind an existing IBM Log Analysis instance to a cluster.
The module depends on the following software components:
This module makes use of the output from other modules:
Refer test cases for more details
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_cluster.id
cluster_name = module.dev_cluster.name
logdna_id = module.logdna.guid
logdna_crn = module.logdna.id
}