Name | Version |
---|---|
terraform | ~> 1.4 |
ibm | >= 1.51.0 |
Name | Version |
---|---|
ibm | 1.52.1 |
Name | Source | Version |
---|---|---|
vpc | terraform-ibm-modules/vpc/ibm//modules/vpc | 1.1.1 |
vpc_kubernetes_cluster | terraform-ibm-modules/cluster/ibm//modules/vpc-kubernetes | 1.5.0 |
Name | Type |
---|---|
ibm_container_cluster_config.quantum_serverless_cluster_config | data source |
ibm_resource_group.ibmcloud_resource_group | data source |
Name | Description | Type | Default | Required |
---|---|---|---|---|
disable_pse | Disable public service endpoint for cluster. True or false | bool |
false |
no |
ibmcloud_api_key | The IBM Cloud platform API key needed to deploy IAM enabled resources | string |
n/a | yes |
ibmcloud_region | IBM Cloud region where all resources will be deployed | string |
"us-south" |
no |
ibmcloud_resource_group | Name of resource group to provision resources | string |
"Default" |
no |
ibmcloud_timeout | The general timeout to operate with the IBMCloud provider | number |
60 |
no |
locations | The locations for the subnets and nodes | list(string) |
[ |
no |
machine_type | Machine type for the IKS Cluster | string |
"cx2.8x16" |
no |
name | The prefix name for all the resources | string |
"quantum-serverless-test" |
no |
number_of_addresses | The number of addresses by subnet | number |
64 |
no |
tags | The list of tags | list(string) |
[ |
no |
worker_nodes_per_zone | Number of workers per zone | number |
2 |
no |
Name | Description |
---|---|
cluster_id | ID of the IKS on VPC Cluster |
vpc_id | The ID of the vpc |