Skip to content

Commit 4a527ae

Browse files
authored
docs(terraform): clarify release timestamp and limitation (renovatebot#40923)
clarify release timestamp and limitation in documentation for terraform provider
1 parent c08656f commit 4a527ae

File tree

1 file changed

+1
-1
lines changed
  • lib/modules/datasource/terraform-provider

1 file changed

+1
-1
lines changed

lib/modules/datasource/terraform-provider/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export class TerraformProviderDatasource extends TerraformDatasource {
4444

4545
override readonly releaseTimestampSupport = true;
4646
override readonly releaseTimestampNote =
47-
'The release timestamp is only supported for the latest version, and is determined from the `published_at` field in the results.';
47+
'The release timestamp is only supported for the latest version, and is determined from the `published_at` field in the results and only for `https://registry.terraform.io`';
4848
override readonly sourceUrlSupport = 'package';
4949
override readonly sourceUrlNote =
5050
'The source URL is determined from the the `source` field in the results.';

0 commit comments

Comments
 (0)