terraform-provider-keycloak icon indicating copy to clipboard operation
terraform-provider-keycloak copied to clipboard

docs not linked correctly, probable cause for broken IntelliJ code completion

Open mrohlof-protofy opened this issue 2 years ago • 0 comments

Introduction: IntelliJ IDEA's plugin "Terraform and HCL" has the functionality to point you to the correct documentation page.

image

Expected behaviour: The link should point to the actual location: https://registry.terraform.io/providers/mrparkers/keycloak/latest/docs/resources/role

Actual behaviour: The links point to https://www.terraform.io/docs/providers/keycloak/r/role.html, which really does not work.

Side effects: I cannot be sure but I suspect this error is also the reason why "Terraform and HCL" code completion does not work for this provider: image

mrohlof-protofy avatar Mar 16 '22 14:03 mrohlof-protofy