Skip to content

Commit

Permalink
TRANSIP: Concurrency documented (#2948)
Browse files Browse the repository at this point in the history
Co-authored-by: Tom Limoncelli <tlimoncelli@stackoverflow.com>
  • Loading branch information
cafferata and tlimoncelli committed May 13, 2024
1 parent e3e91cc commit 9815cbb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion documentation/providers.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ If a feature is definitively not supported for whatever reason, we would also li
| [`ROUTE53`](provider/route53.md) ||||||||||||||||||||||||
| [`RWTH`](provider/rwth.md) ||||||||||||||||||||||||
| [`SOFTLAYER`](provider/softlayer.md) ||||||||||||||||||||||||
| [`TRANSIP`](provider/transip.md) |||| ||||||||||||||||||||
| [`TRANSIP`](provider/transip.md) |||| ||||||||||||||||||||
| [`VULTR`](provider/vultr.md) ||||||||||||||||||||||||
<!-- provider-matrix-end -->

Expand Down
2 changes: 1 addition & 1 deletion providers/transip/transipProvider.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ var features = providers.DocumentationNotes{
// See providers/capabilities.go for the entire list of capabilities.
providers.CanAutoDNSSEC: providers.Cannot(),
providers.CanGetZones: providers.Can(),
providers.CanConcur: providers.Cannot(),
providers.CanConcur: providers.Can(),
providers.CanUseAlias: providers.Can(),
providers.CanUseCAA: providers.Can(),
providers.CanUseDS: providers.Cannot(),
Expand Down

0 comments on commit 9815cbb

Please sign in to comment.