This module creates a DB2 instance on IBM Cloud
Name | Version |
---|---|
terraform | >= 1.3.0 |
ibm | >= 1.72.1, < 2.0.0 |
No modules.
Name | Type |
---|---|
ibm_db2.db2 | resource |
ibm_resource_tag.tags | resource |
Name | Description | Type | Default | Required |
---|---|---|---|---|
db2_instance_name | Name to give to the DB2 instance being provisioned | string |
n/a | yes |
enable_high_availability | Whether to enable high availability on the DB2 instance | bool |
false |
no |
enable_oracle_compatibility | Whether to enable Oracle compatibility on the DB2 instance | bool |
false |
no |
node_type | The node type of the DB2 instance, supported values are bx2.4x16 , bx2.8x32 , bx2.16x64 , bx2.32.128 , bx2.48x192 , mx2.4x32 , mx2.16x128 , or mx2.128x1024 |
string |
"bx2.4x16" |
no |
region | Region to provision the DB2 instance | string |
"us-south" |
no |
resource_group_id | ID of resource group to provision DB2 instance in | string |
n/a | yes |
service_endpoints | Service endpoints for the DB2 instance, valid values are public , private , or public-and-private |
string |
"public" |
no |
subscription_id | Value of the subscription ID to use with the subscription plan of DB2 | string |
null |
no |
tags | Tags applied to the DB2 resource instance | list(string) |
[] |
no |
Name | Description |
---|---|
crn | CRN of the DB2 instance |
dashboard_url | Dashboard URL of the DB2 instance |
name | Name of the DB2 instance |
You can report issues and request features for this module in GitHub issues in the module repo. See Report an issue or request a feature.
To set up your local development environment, see Local development setup in the project documentation.