HCL Launch Terraform provider#

The HCL™ Launch provider contains the resources to interact with your HCL Launch server.

Argument reference#

Name Required Descriptions
username True The HCL Launch user name.
password True The HCL Launch password.
ucd_server_url True The HCL Launch server URL.
proxy_url False The proxy server URL that is used to connect to an HCL Launch server.

Example usage#

provider "ucd" {
     username = "admin"
     password = "admin_password"
     ucd_server_url = "https://ucd-server.raleigh.ibm.com:8443"
 }

Resources#

Parent topic: Terraform