You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
aws_elasticsearch_domain_policy
aws_guardduty_threatintelset
aws_kms_replica_key
aws_alb_listener_certificate
aws_guardduty_ipset
aws_opensearch_domain_policy
aws_guardduty_publishing_destination
aws_ec2_transit_gateway_route_table_association
aws_alb_listener_rule
aws_kms_replica_external_key
aws_ec2_transit_gateway_route_table_propagation
11 resources do not have registry data.
Generated 971 resources!
Azure
0 resources do not have registry data.
Generated 753 resources!
GCP has notably more but most of it comes from the fact that they don't have a separate page in TF registry at all, so there isn't much to be done for them.
According to this page, Terraform Registry requires each markdown file to be named as its name but without the provider prefix, i.e. kms_replica_key.md. However, our scraper tries to infer the name from Title first and then from examples here. It's doing a pretty good job but misses a few and it'd be way simpler if we end up with same or better rate if we can just use the name of the file since that's way simpler in the code. So, this issue can track that experiment.
There are cases, like azurerm_attestation, where the file name is different than the resource name but that's a bug of the TF provider and even TF registry shows it incorrectly because of that. In such cases, I think we should either fix upstream or put resource-specific workaround instead of accounting for it as a main scenario.
The text was updated successfully, but these errors were encountered:
What problem are you facing?
Some resources don't have their entries even though their documentation file exists in the registry. The following is the full list currently.
AWS has some of the following with
'
character at the and some with repetition, likeaws_ec2_transit_gateway_route_table_propagation
appearing asaws_ec2_transit_gateway_route_table_propagation_table_propagation
.Azure
GCP has notably more but most of it comes from the fact that they don't have a separate page in TF registry at all, so there isn't much to be done for them.
How could Terrajet help solve your problem?
According to this page, Terraform Registry requires each markdown file to be named as its name but without the provider prefix, i.e.
kms_replica_key.md
. However, our scraper tries to infer the name fromTitle
first and then from examples here. It's doing a pretty good job but misses a few and it'd be way simpler if we end up with same or better rate if we can just use the name of the file since that's way simpler in the code. So, this issue can track that experiment.There are cases, like
azurerm_attestation
, where the file name is different than the resource name but that's a bug of the TF provider and even TF registry shows it incorrectly because of that. In such cases, I think we should either fix upstream or put resource-specific workaround instead of accounting for it as a main scenario.The text was updated successfully, but these errors were encountered: