Skip to content

Commit

Permalink
Both files need newlines to pass pre-checks
Browse files Browse the repository at this point in the history
  • Loading branch information
zeddD1abl0 authored and fbreckle committed Apr 24, 2023
1 parent 731bdec commit 7d6e2a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/data-sources/netbox_vlan_group/data-source.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ data "netbox_vlan_group" "example3" {
name = "example"
scope_type = "dcim.site"
scope_id = netbox_site.example.id
}
}
2 changes: 1 addition & 1 deletion examples/resources/netbox_vlan_group/resource.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ resource "netbox_vlan_group" "example2" {
scope_id = netbox_site.example.id
description = "Second Example VLAN Group"
tags = [netbox_tag.example.id]
}
}

0 comments on commit 7d6e2a4

Please sign in to comment.