Skip to content

Commit

Permalink
removed api_version hardcoded
Browse files Browse the repository at this point in the history
  • Loading branch information
yannickstruyf3 authored and Edgar López committed Nov 5, 2020
1 parent eda63df commit 341af13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nutanix/resource_nutanix_project.go
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ func resourceNutanixProject() *schema.Resource {
"api_version": {
Type: schema.TypeString,
Optional: true,
Default: "3.1",
Computed: true,
},
},
}
Expand Down

0 comments on commit 341af13

Please sign in to comment.