Skip to content

Commit

Permalink
add default for aegis enablement
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobbednarz committed Jan 3, 2025
1 parent e82453a commit 69c769e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -582,6 +582,7 @@ var resourceCloudflareZoneSettingsSchema = map[string]*schema.Schema{
Description: "Whether Aegis zone setting is enabled.",
Type: schema.TypeBool,
Optional: true,
Default: true,
},
"pool_id": {
Description: "Egress pool id which refers to a grouping of dedicated egress IPs through which Cloudflare will connect to origin.",
Expand Down

0 comments on commit 69c769e

Please sign in to comment.