-
Notifications
You must be signed in to change notification settings - Fork 10
A Record
craig-duffin edited this page Jul 12, 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 = "a_record_demo"
address = "127.0.0.1"
ttl = 500
}
The following arguments are supported:
-
name
- (Required) - Name for A record in FQDN format. This value can be in unicode format. -
address
- (Required) - he IPv4 Address of the record. -
ttl
- (Optional, Default = empty) - 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.