Skip to content

Commit

Permalink
fix: Typo for tags field in ipam_rir resource
Browse files Browse the repository at this point in the history
  • Loading branch information
amhn authored and smutel committed Mar 14, 2023
1 parent c17026d commit dca1f54
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions examples/resources/netbox_ipam_rir/import.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# RIRs can be imported by id
terraform import netbox_ipam_rir.rir_test 1
2 changes: 1 addition & 1 deletion netbox/ipam/resource_netbox_ipam_rir.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ var rirRequiredFields = []string{
"last_updated",
"name",
"slug",
"tag",
"tags",
}

func resourceNetboxIpamRIRCreate(ctx context.Context, d *schema.ResourceData,
Expand Down

0 comments on commit dca1f54

Please sign in to comment.