Skip to content

Commit

Permalink
Regenerate docs
Browse files Browse the repository at this point in the history
This handles the fact that #409 modified the generated docs directly instead of the source code that the docs are generated from.
  • Loading branch information
nathancoleman committed Aug 2, 2024
1 parent 95df765 commit f339fba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion consul/resource_consul_service.go
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ removed during the next [anti-entropy synchronization](https://www.consul.io/doc
Type: schema.TypeString,
Optional: true,
Default: "30s",
Description: "The time after which the service is automatically deregistered when in the `critical` state. Defaults to `30s`.",
Description: "The time after which the service is automatically deregistered when in the `critical` state. Defaults to `30s`. Setting to `0` will disable.",
},
},
},
Expand Down

0 comments on commit f339fba

Please sign in to comment.