Skip to content

Commit

Permalink
fix fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Thierno BARRY committed Jan 2, 2020
1 parent ca005a3 commit 16c3db8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions http/data_source.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,14 @@ func dataSource() *schema.Resource {
},

"ca_certificate": {
Type: schema.TypeString,
Optional: true,
Type: schema.TypeString,
Optional: true,
},

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

0 comments on commit 16c3db8

Please sign in to comment.