activity-tracker
cloud-native-toolkit/activity-tracker/ibm
Terraform module to install LogDNA Activity Tracker into an IBM Cloud account
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
| Name | Type | Description | Default |
|---|---|---|---|
| ibmcloud_api_key | string | The IBM Cloud api key | required |
| resource_group_name | string | Resource group where the cluster has been provisioned. | required |
| resource_location | string | Geographic location of the resource (e.g. us-south, us-east) | required |
| tags | list(string) | Tags that should be applied to the service | [] |
| plan | string | The type of plan the service instance should run under (lite, 7-day, 14-day, or | "7-day" |
| sync | string | Value used to order the provisioning of the instance | "" |
sync — Value used to order the provisioning of the instanceid — 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 instancelocation — The location of the provisioned instanceservice — The service name of the key provisioned for the instancelabel — The label for the instance