Creates a CNAME record (alias record) in Address Manager with a specific name and host record.
Attributes
| Attribute | Required/Optional | Description | Example |
|---|---|---|---|
configuration |
Optional | The name of the BlueCat Configuration to be used for the CNAME record. If this is not supplied, the Gateway default configuration name is used. | terraform_demo |
view |
Optional | The view that contains the details of the zone. If this is not supplied, the Gateway default view name is used. | Internal |
zone |
Optional | The zone that contains the host to be updated. If this is not supplied, the absolute name must be the FQDN. | bluecatnetworks.com |
absolute_name |
Required | The name of the CNAME record. This must be the FQDN if the zone is not provided. | webapp.bluecatnetworks.com |
linked_record |
Required | The host record name that will be linked to the CNAME record. | server1.bluecatnetworks.com |
ttl |
Optional | The TTL value of the record. The default value is -1. | 300 |
properties |
Optional | The properties of the CNAME record. | attribute=value |
to_deploy |
Optional |
Whether or not to deploy the resource to the BDDS.
|
Yes
|
depends_on |