Code Monkey home page Code Monkey logo

terraform-ibm-toolkit-log-analysis-bind's Introduction

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

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
}


terraform-ibm-toolkit-log-analysis-bind's People

Contributors

balasgit avatar seansund avatar timroster avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

terraform-ibm-toolkit-log-analysis-bind's Issues

Remove empty "null" provider block

│ Warning: Empty provider configuration blocks are not required

│ on /workspaces/terraform/1-quickstart/110-vpc-openshift/modules/ibm-logdna-bind/provider.tf line 6:
│ 6: provider "null" {}

│ Remove the null provider block from module.ibm-logdna-bind.
│ To ensure the correct provider configuration is used, add null to the required_providers configuration

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.