Skip to content

Commit fd3f043

Browse files
authored
Fix validation error for optional inactivity_timeout by marking it as computed (#597)
1 parent c4f937a commit fd3f043

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

incapsula/resource_account.go

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

0 commit comments

Comments
 (0)