Skip to content

Commit

Permalink
ci: Go fmt & go generate
Browse files Browse the repository at this point in the history
  • Loading branch information
smutel committed Nov 7, 2022
1 parent c4d3f1a commit dc4bc87
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/resources/ipam_aggregate.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,16 @@ resource "netbox_ipam_aggregate" "aggregate_test" {
- `date_added` (String) Date when this aggregate was added. Format *YYYY-MM-DD*.
- `description` (String) The description of this aggregate (ipam module).
- `tag` (Block Set) Existing tag to associate to this aggregate (ipam module). (see [below for nested schema](#nestedblock--tag))
- `tenant_id` (Number) ID of the tenant where this object is attached.

### Read-Only

- `content_type` (String) The content type of this aggregate (ipam module).
- `created` (String) Date when this aggregate was created.
- `family` (String) IP family of this aggregate.
- `id` (String) The ID of this resource.
- `last_updated` (String) Date when this aggregate was last updated.
- `url` (String) The link to this tag (extra module).

<a id="nestedblock--custom_field"></a>
### Nested Schema for `custom_field`
Expand Down

0 comments on commit dc4bc87

Please sign in to comment.