UrbanCode Deploy Terraform provider#

The UrbanCodeā„¢ Deploy provider contains the resources to interact with your UrbanCode Deploy server.

Argument reference#

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

Example usage#

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

Resources#

Parent topic: Terraform