Skip to content

Commit

Permalink
Merge pull request #4956 from cloudflare/remove-settings-defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobbednarz authored Jan 29, 2025
2 parents 70de33d + 457e155 commit e66dc04
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions internal/services/dns_record/schema.go
Original file line number Diff line number Diff line change
Expand Up @@ -371,13 +371,11 @@ func ResourceSchema(ctx context.Context) schema.Schema {
Description: "When enabled, only A records will be generated, and AAAA records will not be created. This setting is intended for exceptional cases. Note that this option only applies to proxied records and it has no effect on whether Cloudflare communicates with the origin using IPv4 or IPv6.",
Computed: true,
Optional: true,
Default: booldefault.StaticBool(false),
},
"ipv6_only": schema.BoolAttribute{
Description: "When enabled, only AAAA records will be generated, and A records will not be created. This setting is intended for exceptional cases. Note that this option only applies to proxied records and it has no effect on whether Cloudflare communicates with the origin using IPv4 or IPv6.",
Computed: true,
Optional: true,
Default: booldefault.StaticBool(false),
},
"flatten_cname": schema.BoolAttribute{
Description: "If enabled, causes the CNAME record to be resolved externally and the resulting address records (e.g., A and AAAA) to be returned instead of the CNAME record itself. This setting is unavailable for proxied records, since they are always flattened.",
Expand Down

0 comments on commit e66dc04

Please sign in to comment.