Skip to content

Commit ca91f9e

Browse files
authored
Revert inactivity_timeout fix (#598)
1 parent fd3f043 commit ca91f9e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

incapsula/resource_account.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ func resourceAccount() *schema.Resource {
115115
Type: schema.TypeInt,
116116
Default: 15,
117117
Optional: true,
118-
Computed: true,
119118
ValidateFunc: validation.IntInSlice([]int{15, 30, 60, 90, 120}),
120119
},
121120
"enable_http2_for_new_sites": {

0 commit comments

Comments
 (0)