You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description: "The slug for the DigitalOcean data center region hosting the app",
42
42
},
43
+
"disable_edge_cache": {
44
+
Type: schema.TypeBool,
45
+
Optional: true,
46
+
Default: false,
47
+
Description: "Whether to disable the edge cache for the app. Default is false, which enables the edge cache.",
48
+
},
49
+
"disable_email_obfuscation": {
50
+
Type: schema.TypeBool,
51
+
Optional: true,
52
+
Default: false,
53
+
Description: "Email obfuscation configuration for the app. Default is false, which keeps the email obfuscated.",
54
+
},
55
+
"enhanced_threat_control_enabled": {
56
+
Type: schema.TypeBool,
57
+
Optional: true,
58
+
Default: false,
59
+
Description: "Whether to enable enhanced threat control for the app. Default is false. Set to true to enable enhanced threat control, putting additional security measures for Layer 7 DDoS attacks.",
@@ -191,6 +215,9 @@ The following arguments are supported:
191
215
192
216
*`name` - (Required) The name of the app. Must be unique across all apps in the same account.
193
217
*`region` - The slug for the DigitalOcean data center region hosting the app.
218
+
*`disable_edge_cache` - A boolean indicating whether to disable the edge cache for this app. Default: `false`. Available only for non-static sites. Requires custom domains and applies to all the domains of the app.
219
+
*`disable_email_obfuscation` - A boolean indicating whether to disable email obfuscation for this app. Default: `false`. Requires custom domains and applies to all the domains of the app.
220
+
*`enhanced_threat_control_enabled` - A boolean, when set to `true`, enables enhanced analyzing of incoming traffic to prevent layer 7 DDoS attacks. Default: `false`. Requires custom domains and applies to all the domains of the app.
194
221
*`features` - A list of the features applied to the app. The default buildpack can be overridden here. List of available buildpacks can be found using the [doctl CLI](https://docs.digitalocean.com/reference/doctl/reference/apps/list-buildpacks/)
195
222
*`domain` - Describes a domain where the application will be made available.
0 commit comments