activity-tracker

cloud-native-toolkit/activity-tracker/ibm

Terraform Module HCL IBM

Terraform module to install LogDNA Activity Tracker into an IBM Cloud account

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

Activity Tracker terraform module Terraform module to provision Activity Tracker on IBM Cloud. If an existing instance of the activity tracker service already exists within the user's account in the specified region, then creation will NOT fail, and the outputs of this module will be the values of the existing instnace, not of a newly created instance. Software dependencies The module depends on the following software components: Command-line tools - terraform - v13 Terraform providers - IBM Cloud provider >= 1.5.3 Module dependencies None Example usage Refer test cases for more details ``hcl-terraform terraform { required_providers { ibm = { source = "ibm-cloud/ibm" } } required_version = ">= 0.13" } provider "ibm" { ibmcloud_api_key = var.ibmcloud_api_key region = var.region } module "de

Inputs (6)
NameTypeDescriptionDefault
ibmcloud_api_keystringThe IBM Cloud api key required
resource_group_namestringResource group where the cluster has been provisioned. required
resource_locationstringGeographic location of the resource (e.g. us-south, us-east) required
tagslist(string)Tags that should be applied to the service[]
planstringThe type of plan the service instance should run under (lite, 7-day, 14-day, or "7-day"
syncstringValue used to order the provisioning of the instance""
Outputs (8)
sync — Value used to order the provisioning of the instance
id — The id 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
location — The location of the provisioned instance
service — The service name of the key provisioned for the instance
label — The label for the instance
Resources (2)
null_resourcerandom_uuid
Details
FrameworkTerraform Module
LanguageHCL
Version2.4.18
Cloud IBM
★ Stars0
Forks1
Total downloads3.0k
Inputs6
Outputs8
Resources2
LicenseApache-2.0
Namespacecloud-native-toolkit
Updated