Skip to content

Commit

Permalink
Fix optional
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirill Shirinkin committed Feb 12, 2016
1 parent 1df7f81 commit 3835d34
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ func resourceNetworkingRouterV2() *schema.Resource {
},
"distributed": &schema.Schema{
Type: schema.TypeBool,
Option: true,
Optional: true,
ForceNew: true,
Computed: true,
},
Expand Down

0 comments on commit 3835d34

Please sign in to comment.