Skip to content

Commit

Permalink
refactor: deleted schema version
Browse files Browse the repository at this point in the history
  • Loading branch information
Edgar López committed May 28, 2020
1 parent b6349a1 commit 9c689ce
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions nutanix/data_source_nutanix_subnets.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ import (

func dataSourceNutanixSubnets() *schema.Resource {
return &schema.Resource{
Read: dataSourceNutanixSubnetsRead,
SchemaVersion: 1,
Read: dataSourceNutanixSubnetsRead,
Schema: map[string]*schema.Schema{
"api_version": {
Type: schema.TypeString,
Expand Down

0 comments on commit 9c689ce

Please sign in to comment.