-
Notifications
You must be signed in to change notification settings - Fork 10
A Record
Rui Moreira edited this page Oct 19, 2017
·
7 revisions
The A_Record resource allows for the creation and management of a A_Record on infoblox.
resource "infoblox_arecord" "a_record_demo" {
name = "craigtest.test-ovp.bskyb.com"
ipv4addr = "127.0.0.1"
ttl = 500
use_ttl = true
}
The following arguments are supported:
-
name
- (Required) - (String) - Name for A record in FQDN format. This value can be in unicode format. -
ipv4addr
- (Required) - (String) -The IPv4 Address of the record. -
ttl
- (Optional, Default = empty) - (Int) - The Time To Live (TTL) value for record. A 32-bit unsigned integer that represents the duration, in seconds, for which the record is valid (cached). Zero indicates that the record should not be cached. Requiresuse_ttl
to be set true in order to be active. -
use_ttl
- (Optional, Default = false) - (Bool) - Use flag for: ttl