Provision Terraform infrastructure and runtime Environment

Important
A Domino install can’t be hosted on a subdomain of another Domino install. For example, if you have Domino deployed at data-science.example.com, you can’t deploy another instance of Domino at acme.data-science.example.com.
Provision your infrastructure with Domino’s recommended Terraform module

Domino strongly suggests using our specialized Terraform module designed for AWS, which is publicly accessible.

This module offers an efficient method for provisioning your environment, and it can also serve as a reference if you opt for manual infrastructure setup.

Note

If you encounter the following error when running set-mod-version.sh

"Error: The MOD_VERSION {tf-mod-version} is not a suitable tag for the modules source."

set the MOD_VALIDATION_OFF variable in your shell, for example:

export MOD_VALIDATION_OFF=true
Validated module versions

For Domino version: 5.10, we have validated compatibility with Terraform module version: v3.12.3-1. When following the deployment instructions, please use MOD_VERSION=v3.12.3-1. Detailed instructions can be found at Deploy using module.