Skip to content

Latest commit

 

History

History

domain

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

CIS domain module

This module is used to configure the IBM Cloud Internet Services (CIS) domain. For more information, see the main readme file for this module.

Usage

provider "ibm" {
  ibmcloud_api_key = ""
}

module "cis_domain" {
    source          = "terraform-ibm-modules/cis/ibm/dns"
    cis_instance_id = "crn:v1:bluemix:public:internet-svcs:global:a/xxXXxxXXxXxXXXXxxXxxxXXXXxXXXXX:xxxxxxxx-XXXX-xxxx-XXXX-xxxxxXXXXxxxx::"
    domain_name = "my-domain-name"
    domain_type = "full"
}

Requirements

Name Version
terraform >= 1.3.0
ibm >= 1.63.0

Modules

No modules.

Resources

Name Type
ibm_cis_domain.cis_domain resource

Inputs

Name Description Type Default Required
cis_instance_id CRN of the existing CIS instance. string n/a yes
domain_name The domain name to be added to the CIS instance. string n/a yes
domain_type The type of domain for the CIS instance: full or partial. Default value is full for regular domains. string "full" no

Outputs

Name Description
cis_domain_details CIS Domain details