Use this data source to retrieve autolink references for a repository.
data "github_repository_autolink_references" "example" {
repository = "example-repository"
}
repository
- (Required) Name of the repository to retrieve the autolink references from.autolink_references
- The list of this repository's autolink references. Each element of autolink_references
has the following attributes:
key_prefix
- Key prefix.target_url_template
- Target url template.is_alphanumeric
- True if alphanumeric.