Skip to content

Commit

Permalink
Remove Default from GA provider (hashicorp#814)
Browse files Browse the repository at this point in the history
Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician authored and chrisst committed Jun 6, 2019
1 parent d5be4fe commit cffda8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google-beta/resource_container_cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -729,8 +729,8 @@ func resourceContainerCluster() *schema.Resource {

"enable_intranode_visibility": {
Type: schema.TypeBool,
Default: false,
Optional: true,
Default: false,
},
},
}
Expand Down

0 comments on commit cffda8e

Please sign in to comment.