Hello When I hit `C-c C-h` on the following code: ```hcl data "aws_iam_policy" "managed_policies" { name = "example" } ``` a new web page is opened on [aws_iam_policy resource](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/iam_policy) page instead of [aws_iam_policy data](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/iam_policy) page. Could you fix terraform-mode so the right URL is opened ? Thanks for maintaining terraform-mode All the best