Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

enh: Add some missing examples in doc #224

Merged
merged 2 commits into from
Sep 23, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions examples/data-sources/netbox_tenancy_contact/data-source.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
data "netbox_tenancy_contact" "tenancy_contact_test" {
name = "TestContact"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
data "netbox_tenancy_contact_group" "tenancy_contact_group_test" {
slug = "TestContactGroup"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
data "netbox_tenancy_contact_role" "tenancy_contact_role_test" {
slug = "TestContactRole"
}
3 changes: 3 additions & 0 deletions examples/data-sources/netbox_tenancy_tenant/data-source.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
data "netbox_tenancy_tenant" "tenancy_tenant" {
slug = "TestTenant"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
data "netbox_tenancy_tenant_group" "tenancy_tenant_group" {
slug = "TestTenantGroup"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
data "netbox_virtualization_cluster" "virtualization_cluster" {
name = "TestCluster"
site_id = 1
}
2 changes: 0 additions & 2 deletions examples/exports/v3.3/netbox_dcim_device roles.csv

This file was deleted.

4 changes: 0 additions & 4 deletions examples/exports/v3.3/netbox_dcim_platforms.csv

This file was deleted.

2 changes: 0 additions & 2 deletions examples/exports/v3.3/netbox_dcim_sites.csv

This file was deleted.

11 changes: 0 additions & 11 deletions examples/exports/v3.3/netbox_extras_custom fields.csv

This file was deleted.

3 changes: 0 additions & 3 deletions examples/exports/v3.3/netbox_extras_tags.csv

This file was deleted.

2 changes: 0 additions & 2 deletions examples/exports/v3.3/netbox_ipam_RIRs.csv

This file was deleted.

3 changes: 0 additions & 3 deletions examples/exports/v3.3/netbox_ipam_roles.csv

This file was deleted.

2 changes: 0 additions & 2 deletions examples/exports/v3.3/netbox_ipam_vrfs.csv

This file was deleted.

2 changes: 0 additions & 2 deletions examples/exports/v3.3/netbox_virtualization_cluster types.csv

This file was deleted.

2 changes: 0 additions & 2 deletions examples/exports/v3.3/netbox_virtualization_clusters.csv

This file was deleted.

2 changes: 0 additions & 2 deletions examples/exports/v3.4/netbox_ipam_vrfs.csv

This file was deleted.