bluecat_host_record resource - Adaptive Plugins - BlueCat Gateway - 2.2.1

BlueCat Terraform Plugin Administration Guide

ft:locale
en-US
Product name
BlueCat Gateway
Version
2.2.1

Creates a host record in Address Manager with a specific IP address.

Attributes
Attribute Required/Optional Description Example
configuration Optional The name of the BlueCat Configuration to be used for the host 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 record to be updated. If this is not supplied, the absolute name must be the FQDN. bluecatnetworks.com
absolute_name Required The name of the host record. This must be the FQDN if the zone is not provided. webapp.bluecatnetworks.com
ip_address Required The IP address to allocate to the host record. 10.0.0.12
ttl Optional The TTL value of the record. The default value is -1. 300
properties Optional The properties of the host record. attribute=value
to_deploy Optional

Whether or not to deploy the resource to the BDDS.

  • If to_deploy is true, True, yes, or Yes), the resource is deployed to the BDDS.

  • If to_deploy is anything else, the resource is not deployed.

Yes
depends_on