Skip to content
This repository has been archived by the owner on Mar 6, 2023. It is now read-only.

Open Documentation of a Resource points to a malformed URL #396

Open
5 tasks done
janosmiko opened this issue Jul 13, 2022 · 0 comments
Open
5 tasks done

Open Documentation of a Resource points to a malformed URL #396

janosmiko opened this issue Jul 13, 2022 · 0 comments

Comments

@janosmiko
Copy link

Prerequisites

  • Ensure you have latest version of plugin installed
  • Search for possible issue duplicates

Installation details

  • IDE version (Help->About->Copy to Clipboard)
GoLand 2022.1.3
Build #GO-221.5921.26, built on June 21, 2022
Licensed to Janos Miko
Subscription is active until January 31, 2023.
Runtime version: 11.0.15+10-b2043.56 x86_64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
macOS 13.0
GC: G1 Young Generation, G1 Old Generation
Memory: 2048M
Cores: 12
Registry:
    ide.tree.horizontal.default.autoscrolling=false
    suggest.all.run.configurations.from.context=true
    project.tree.structure.show.url=false
    ide.completion.variant.limit=500

Non-Bundled Plugins:
    org.intellij.plugins.hcl (221.5921.12)
  • intellij-hcl plugin version (Settings->Plugins)
221.5921.12
  • Terraform version (terraform -v)
v1.1.9 (tested with latest version as well and it's not working)

Terraform Configuration Files

resource "aws_cloudwatch_metric_alarm" "test" {
...
}

Expected Behavior

Open the Browser pointing to terraform registry page of the resource.
https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/cloudwatch_metric_alarm

Actual Behavior

Opens a Browser pointing to terraform registry page of the resource but in an old format (notice the .html in the end).
https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/cloudwatch_metric_alarm.html

Steps to Reproduce

Please list the steps required to reproduce the issue, for example:

  1. Place cursor to the resource name
  2. Press shift+f1
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant