How to Enable Terraform Configuration Deployment Item in your CMP Appliance

Overview

This article will cover steps needed to enable the Terraform Configuration Deployment Item in your CMP appliance. To learn more about this beta feature, take a look at CloudBolt Docs https://docs.cloudbolt.io/articles/#!cloudbolt-latest-docs/terraform-configuration-in-cloudbolt

Considerations

Terraform Configuration is in Early-Access so feature is hidden in the UI by default.

Procedure

  1. SSH into your appliance as root

  2. Navigate to /var/opt/cloudbolt/proserv/

  3. Modify the customer_settings.py inside your proserv directory

  4. Add the following using vi or another editor of your choice:

    • import settings
      from settings import FEATURE_REGISTRY
      FEATURE_REGISTRY["terraform::serviceitem"] = True
  5. restart your appliance with systemctl restart httpd

Have more questions? Submit a request

0 Comments

Please sign in to leave a comment.