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"
}
plain text: /constructs/tfmod-cloud-native-toolkit-appid-ibm/install.txt
⭐ Source on GitHub 📦 Registry page
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)
NameTypeDescriptionDefault
resource_group_namestringResource group where the cluster has been provisioned. required
resource_locationstringGeographic location of the resource (e.g. us-south, us-east) required
ibmcloud_api_keystringThe api key for IBM Cloud access required
tagslist(string)Tags that should be applied to the service[]
name_prefixstringThe prefix name for the service. If not provided it will default to the resource""
planstringThe 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