log-analysis

cloud-native-toolkit/log-analysis/ibm

Terraform Module HCL IBM

Terraform module to provision an IBM Log Analysis service in an IBM Cloud account

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

IBM Cloud Log Analysis service terraform module Module to provision a IBM Log Analysis service instance on IBM Cloud. 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 - IBM Cloud provider >= 1.9.0 Mo

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 (lite, 7-day, 14-day, or "7-day"
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"logging"
name_prefixstringThe prefix name for the service. If not provided it will default to the resource""
Outputs (8)
name — The name of the provisioned instance.
crn — The id of the provisioned instance
location — The location of the provisioned instance
service — The service name of the provisioned instance
label — The label for the instance
key_name — The name of the key provisioned for the LogDNA instance.
id — The id of the provisioned instance.
guid — The id of the provisioned instance.
Resources (3)
ibm_resource_instanceibm_resource_keynull_resource
Details
FrameworkTerraform Module
LanguageHCL
Version4.1.3
Cloud IBM
★ Stars0
Forks2
Total downloads2.5k
Inputs8
Outputs8
Resources3
LicenseApache-2.0
Namespacecloud-native-toolkit
Updated