-
Notifications
You must be signed in to change notification settings - Fork 10
Zone Stub
This resource allow users to set up and manage Stub zones using the terraform provider.
resource "infoblox_zone_stub" "stub1" {
fqdn = "stub1.example.com"
comment = "this is a stub zone"
disable = false
locked = false
stub_from = [{
name="dns1.example.com"
address="1.1.1.1"
}]
}
-
comment
- (optional) Comment for the zone; maximum 256 characters -
disable
- (optional) Is the zone disabled -
locked
- (optional) Is the zone locked to prevent changes -
disable_forwarding
- (optional) - Is forward disabled for this zone -
external_nsgroup
- (optional) - Name of the external name server group -
fqdn
- (optional) - Fqdn for the zone -
mask_prefix
- (optional) - IPv4 Netmask or IPv6 prefix for this zone. -
nsgroup
- (optional) - Name of the name server group -
prefix
- optional - The RFC2317 prefix value of this DNS zone. Use this field only when the netmask is greater than 24 bits; that is, for a mask between 25 and 31 bits. Enter a prefix, such as the name of the allocated address block. The prefix can be alphanumeric characters, such as 128/26 , 128-189 , or sub-B. -
stub_from
- (required) - The primary servers (masters) of this stub zone -
stub_members
- (optional) - The Grid member servers of this stub zone -
zoneformat
- (optional) - Determines the format of this zone - API default FORWARDValid values are: FORWARD IPV4 IPV6
-
view
- (optional) - The name of the DNS view in which the zone resides