-
Notifications
You must be signed in to change notification settings - Fork 10
DNS View
craig-duffin edited this page Sep 7, 2017
·
2 revisions
The DNS View resource may be used to create and manage Infoblox DNS Views.
resource "infoblox_dns_view" "example-view" {
name = "ViewExample"
comment = "Infoblox DNS View Example"
}
The following arguments are supported:
-
name
- (Required) - (String) - The name of the DNS View -
comment
- (Optional, Default: none) - (String) - The descriptive comment of the DNS View object. Max 64 characters.