This module is used to configure the IBM Cloud Internet Services (CIS) domain. For more information, see the main readme file for this module.
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"
}
Name | Version |
---|---|
terraform | >= 1.3.0 |
ibm | >= 1.63.0 |
No modules.
Name | Type |
---|---|
ibm_cis_domain.cis_domain | resource |
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 |
Name | Description |
---|---|
cis_domain_details | CIS Domain details |