Skip to content

Commit edab1f7

Browse files
authored
Update resource_api_security_site_config.go (#204)
1 parent 49da280 commit edab1f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

incapsula/resource_api_security_site_config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ func resourceApiSecuritySiteConfig() *schema.Resource {
3636
"is_automatic_discovery_api_integration_enabled": {
3737
Description: "Parameter shows whether automatic API discovery is enabled",
3838
Type: schema.TypeBool,
39-
Required: true,
39+
Required: false,
4040
},
4141

4242
//Optional

0 commit comments

Comments
 (0)