/terraform-ibm-mas

Deploys Maximo Application Suite on an IBM Cloud openshift cluster.

Primary LanguageHCLApache License 2.0Apache-2.0

Terraform Modules Template Project

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

TODO: Replace me with description of the module(s) in this repo

Overview

terraform-ibm-module-template

Usage

Required IAM access policies

Requirements

Name Version
terraform >= 1.3.0, <1.6.0
helm >= 2.8.0, <3.0.0
ibm >= 1.59.0, < 2.0.0
kubernetes >= 2.16.1, <3.0.0

Modules

No modules.

Resources

Name Type
helm_release.maximo_operator_catalog resource
ibm_container_cluster_config.cluster_config data source

Inputs

Name Description Type Default Required
cluster_config_endpoint_type Specify which type of endpoint to use for for cluster config access: 'default', 'private', 'vpe', 'link'. 'default' value will use the default endpoint of the cluster. string "default" no
cluster_id Id of the target IBM Cloud OpenShift Cluster string n/a yes
ibmcloud_api_key APIkey that's associated with the account to use string n/a yes
mas_entitlement_key Entitlement key to access MAS Image registry string n/a yes
mas_license MAS License file content string n/a yes
region Cluster region string n/a yes

Outputs

Name Description
maximo_admin_url Deploying of MAS instance has started..

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.