cloud-monitoring-bind

cloud-native-toolkit/cloud-monitoring-bind/ibm

Terraform Module HCL IBM

Module to bind an existing IBM Cloud Monitoring instance to an existing kubernetes cluster

Install

module "cloud-monitoring-bind" {
source = "cloud-native-toolkit/cloud-monitoring-bind/ibm"
version = "1.3.5"
}
⭐ Source on GitHub 📦 Registry page

README

IBM Cloud Monitoring bind module Module to connect an existing IBM Cloud Monitoring instance to a cluster. The cluster is attached via the IBM Cloud cli and as a result the Connect/Disconnect button state will be updated to reflect the current status of the deployed agents. Software dependencies The module depends on the following software components: Command-line tools - terraform - v0.13 Terraform providers - IBM Cloud provider >= 1.5.3 Module dependencies This module makes use of the output from other modules: - Cluster - any module that implements the github.com/cloud-native-toolkit/automation-modules#cluster interface - Resource group - github.com/cloud-native-toolkit/terraform-ibm-resource-group - IBM Cloud Monitoring - github.com/cloud-native-toolkit/terraform-ibm-cloud-monitoring E

Inputs (10)

NameTypeDescriptionDefault
resource_group_namestringGeographic location of the resource (e.g. us-south, us-east) required
access_keystringThe access key of the existing Sysdig instance required
ibmcloud_api_keystringGeographic location of the resource (e.g. us-south, us-east) required
regionstringGeographic location of the resource (e.g. us-south, us-east) required
guidstringThe guid of the existing Sysdig instance required
namespacestringThe namespace where the agent should be deployed"ibm-observe"
cluster_idstringThe id of the cluster into which the sysdig instance should be bound""
private_endpointstringFlag indicating that the agent should be created with private endpoints"true"
cluster_namestringThe name of the cluster into which the sysdig instance should be bound""
syncstringSemaphore value to sync up modules""

Outputs (1)

sync

Resources (1)

null_resource

Details

FrameworkTerraform Module
LanguageHCL
Version1.3.5
Cloud IBM
★ Stars0
Forks2
Total downloads1.8k
Inputs10
Outputs1
Resources1
LicenseApache-2.0
Namespacecloud-native-toolkit
Updated