Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

Version 1 Current »

A Terraform resource constitutes a resource block that describes one or more NIOS Grid objects such as a network container and network. 

Table 1 (Terraform resources):

Resource

Files/Templates

Description

network_view

network view Resource 

Creates a new network view

ipv4_network_container

ipv4 network container Resource 

Creates IPv4 network containers, supports both statically assigned CIDR and dynamically allocated CIDR using next available network.

ipv6_network_container

ipv6 network container Resource 

Creates an IPv6 network containers, supports both statically assigned CIDR and dynamically allocated CIDR using next available network.

ipv4_network

ipv4 network Resource 

Creates IPv4 networks, supports both statically assigned CIDR and dynamically allocated CIDR using next available network.

ipv6_network

ipv6 network Resource 

Creates IPv6 networks, supports both statically assigned CIDR and dynamically allocated CIDR using next available network.

dns_view

dns view Resource 

Creates DNS views 

a_record

a record Resource 

Creates  A records, one with manually assigned IP, one using next available IP

cname_record

cname record Resource 

Creates a CNAME record for an existing A record

aaaa_record

aaaa record Resource 

Creates  AAAA records, one with manually assigned IP, one using next available IP

ptr_record

ptr record Resource 

Creates a PTR record in reverse mapping zone or PTR record in forward mapping zone

mx_record

mx record Resource 

Creates a MX record

srv_record

srv record Resource 

Creates a SRV record

txt_record

txt resource Record 

Creates a TXT record

ip_allocation

ip allocation 

Creates an IPv4 and IPv6 Host/Cloud Object. Allocates records to specific VM for each

ip_association

ip association 

Creates an IPv4 and IPv6 Host/Cloud Object. Associates records to specific VM for each

zone_auth

dns zone auth 

Creates Zones

zone_forward

zone_fwd_resource

Creates forward zones in a Infoblox NIOS appliance

The resources here  listed support Create, Update, and Delete operations.

  • No labels