appid
cloud-native-toolkit/appid/ibm
Terraform Module
HCL
IBM
Terraform module to provision AppId instance into account
Install
module "appid" {
source = "cloud-native-toolkit/appid/ibm"
version = "1.3.2"
}
README
AppId terraform module Terraform module to provision an instance of AppId into an account. Software dependencies The module depends on the following software components: Command-line tools - terraform - v12 - kubectl Terraform providers - IBM Cloud provider >= 1.5.3 Module dependencies None Example usage Refer test cases for more details ``hcl-terraform module "dev_infrastructure_appid" { source = "github.com/ibm-garage-cloud/terraform-ibm-appid.git?ref=v1.0.0" resource_group_name = module.dev_cluster.resource_group_name resource_location = module.dev_cluster.region tags = [module.dev_cluster.tag] } ``
Inputs (6)
| Name | Type | Description | Default |
|---|---|---|---|
| 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 |
| ibmcloud_api_key | string | The api key for IBM Cloud access | required |
| tags | list(string) | Tags that should be applied to the service | [] |
| name_prefix | string | The prefix name for the service. If not provided it will default to the resource | "" |
| plan | string | The type of plan the service instance should run under (lite or graduated-tier) | "graduated-tier" |
Resources (2)
ibm_resource_instanceibm_resource_key
Details
FrameworkTerraform Module
LanguageHCL
Version1.3.2
Cloud IBM
★ Stars0
Forks1
Total downloads133
Inputs6
Resources2
Namespacecloud-native-toolkit
Updated