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 Sep 23, 2023
1 parent b0bdeac commit 771db38
Show file tree
Hide file tree
Showing 6 changed files with 38 additions and 1 deletion.
6 changes: 6 additions & 0 deletions docs/data-sources/tenancy_contact.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,13 @@ description: |-



## Example Usage

```terraform
data "netbox_tenancy_contact" "tenancy_contact_test" {
name = "TestContact"
}
```

<!-- schema generated by tfplugindocs -->
## Schema
Expand Down
6 changes: 6 additions & 0 deletions docs/data-sources/tenancy_contact_group.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,13 @@ description: |-



## Example Usage

```terraform
data "netbox_tenancy_contact_group" "tenancy_contact_group_test" {
slug = "TestContactGroup"
}
```

<!-- schema generated by tfplugindocs -->
## Schema
Expand Down
6 changes: 6 additions & 0 deletions docs/data-sources/tenancy_contact_role.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,13 @@ description: |-



## Example Usage

```terraform
data "netbox_tenancy_contact_role" "tenancy_contact_role_test" {
slug = "TestContactRole"
}
```

<!-- schema generated by tfplugindocs -->
## Schema
Expand Down
6 changes: 6 additions & 0 deletions docs/data-sources/tenancy_tenant.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,13 @@ description: |-



## Example Usage

```terraform
data "netbox_tenancy_tenant" "tenancy_tenant" {
slug = "TestTenant"
}
```

<!-- schema generated by tfplugindocs -->
## Schema
Expand Down
6 changes: 6 additions & 0 deletions docs/data-sources/tenancy_tenant_group.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,13 @@ description: |-



## Example Usage

```terraform
data "netbox_tenancy_tenant_group" "tenancy_tenant_group" {
slug = "TestTenantGroup"
}
```

<!-- schema generated by tfplugindocs -->
## Schema
Expand Down
9 changes: 8 additions & 1 deletion docs/data-sources/virtualization_cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,14 @@ description: |-




## Example Usage

```terraform
data "netbox_virtualization_cluster" "virtualization_cluster" {
name = "TestCluster"
site_id = 1
}
```

<!-- schema generated by tfplugindocs -->
## Schema
Expand Down

0 comments on commit 771db38

Please sign in to comment.