cloud-monitoring

cloud-native-toolkit/cloud-monitoring/ibm

Terraform Module HCL IBM

Terraform module to provision an IBM Cloud Monitoring instance in an IBM Cloud account

Install
module "cloud-monitoring" {
source = "cloud-native-toolkit/cloud-monitoring/ibm"
version = "4.1.3"
}
plain text: /constructs/tfmod-cloud-native-toolkit-cloud-monitoring-ibm/install.txt
⭐ Source on GitHub 📦 Registry page
README

IBM Cloud Monitoring service terraform module Module to provision an instance of IBM Cloud Monitoring in a resource group in an IBM Cloud account. Note: This module follows the Terraform conventions regarding how provider configuration is defined within the Terraform template and passed into the module - https://www.terraform.io/docs/language/modules/develop/providers.html. The default provider configuration flows through to the module. If different configuration is required for a module, it can be explicitly passed in the providers block of the module - https://www.terraform.io/docs/language/modules/develop/providers.html#passing-providers-explicitly. Software dependencies The module depends on the following software components: Command-line tools - terraform - v13 Terraform providers - I

Inputs (8)
NameTypeDescriptionDefault
resource_group_namestringExisting resource group where the IKS cluster will be provisioned. required
regionstringGeographic location of the resource (e.g. us-south, us-east) required
planstringThe type of plan the service instance should run under (trial or graduated-tier)"graduated-tier"
tagslist(string)Tags that should be applied to the service[]
provisionboolFlag indicating that logdna instance should be provisionedtrue
namestringThe name that should be used for the service, particularly when connecting to an""
labelstringThe label used to build the resource name if not provided."monitoring"
name_prefixstringThe prefix name for the service. If not provided it will default to the resource""
Outputs (9)
id — The id of the provisioned instance.
location — The location of the provisioned instance
service — The service name of the provisioned instance
guid — The id of the provisioned instance.
name — The name of the provisioned instance.
crn — The id of the provisioned instance
label — The label for the instance
key_name — The name of the key provisioned for the Sysdig instance.
access_key — The access key for the Sysdig instance.
Resources (3)
ibm_resource_instanceibm_resource_keynull_resource
Details
FrameworkTerraform Module
LanguageHCL
Version4.1.3
Cloud IBM
★ Stars0
Forks0
Total downloads3.1k
Inputs8
Outputs9
Resources3
LicenseApache-2.0
Namespacecloud-native-toolkit
Updated