Skip to content

Commit cb22ea4

Browse files
authored
Merge pull request #71 from StatusCakeDev/reorder-schema-fields-for-consistency
Reorder schema field for consistency
2 parents 04a5361 + 83b0e3a commit cb22ea4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/provider/resource_uptime_check.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,8 +192,8 @@ func resourceStatusCakeUptimeCheck() *schema.Resource {
192192
"request_payload_raw": &schema.Schema{
193193
Type: schema.TypeString,
194194
Optional: true,
195-
ValidateFunc: validation.StringIsNotEmpty,
196195
Description: "Raw payload submitted with the request. Setting this updates the check to use the HTTP POST verb. Only one of `request_payload` or `request_payload_raw` may be specified",
196+
ValidateFunc: validation.StringIsNotEmpty,
197197
ConflictsWith: []string{"http_check.0.request_payload"},
198198
},
199199
"status_codes": &schema.Schema{

0 commit comments

Comments
 (0)