Allows for the creation or updating of an IPv4 Block in Address Manager.
Attributes
| Attribute | Required/Optional | Description | Example |
|---|---|---|---|
configuration |
Optional | The name of the BlueCat Configuration. If this is not supplied, the default configuration name is used. | terraform_demo |
name |
Required | The name of the Block. | Server Farm |
parent_block |
Optional | The CIDR of the block when used as a parent block. Specify this
field to create a child block. The parent_block
must be in CIDR format. |
10.1.0.0/16 |
address |
Required | The address of the block. | 10.1.0.0 |
cidr |
Required | The CIDR of the block. | 24 |
ip_version |
Optional | Options are ivp4 and ipv6. If
left blank, ipv4 will be used. |
ipv4 |
properties |
Optional | The properties of the block. | attribute=value |
depends_on |