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
SSH into your appliance as root
Navigate to
/var/opt/cloudbolt/proserv/
Modify the
customer_settings.py
inside your proserv directoryAdd the following using vi or another editor of your choice:
import settings from settings import FEATURE_REGISTRY FEATURE_REGISTRY["terraform::serviceitem"] = True
restart your appliance with
systemctl restart httpd
0 Comments