Skip to content

Latest commit

 

History

History
141 lines (107 loc) · 6.9 KB

README.md

File metadata and controls

141 lines (107 loc) · 6.9 KB

Cloud Automation for DB2 SaaS

Incubating (Not yet consumable) latest release pre-commit Renovate enabled semantic-release

This module creates a DB2 instance on IBM Cloud

Overview

terraform-ibm-db2-cloud

Usage

Required access policies

Requirements

Name Version
terraform >= 1.3.0
ibm >= 1.72.1, < 2.0.0

Modules

No modules.

Resources

Name Type
ibm_db2.db2 resource
ibm_resource_tag.tags resource

Inputs

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

Outputs

Name Description
crn CRN of the DB2 instance
dashboard_url Dashboard URL of the DB2 instance
name Name of the DB2 instance

Contributing

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.