Skip to content

Commit

Permalink
check tests
Browse files Browse the repository at this point in the history
  • Loading branch information
chkp-omerma committed Nov 19, 2024
1 parent 4323bac commit ca192a6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/resources/web-api-practice.go
Original file line number Diff line number Diff line change
Expand Up @@ -192,12 +192,14 @@ func ResourceWebAPIPractice() *schema.Resource {
"size": {
Type: schema.TypeInt,
Optional: true,
Computed: true,
Default: 0,
},
"is_file_exist": {
Type: schema.TypeBool,
Default: false,
Optional: true,
Computed: true,
},
//"oas_schema": {
// Type: schema.TypeSet,
Expand Down

0 comments on commit ca192a6

Please sign in to comment.