/
Comments
Comments
The comment field is used to add a comment or description to the object created. Comments can be viewed in the Grid Manager GUI or returned as part of an API call. The comment field takes a string value. The following is an example of a Network View resource with a comment:
resource "infoblox_network_view" "new_view" {
name = "New-View"
comment = "This object is created by Terraform"
}
Related content
Terraform Resources
Terraform Resources
More like this
Additional Resources and Data Sources
Additional Resources and Data Sources
More like this
Viewing New Objects
Viewing New Objects
More like this
Infoblox IPAM Plug-In Version 2.x.x for Terraform
Infoblox IPAM Plug-In Version 2.x.x for Terraform
More like this