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

Yandex Cloud: some resource types are not found, blocks are marked as unknown #380

Open
2 tasks done
FractalizeR opened this issue Feb 14, 2022 · 2 comments
Open
2 tasks done

Comments

@FractalizeR
Copy link

Prerequisites

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

Installation details

  • [PHPStorm 2021.3.2] IDE version (Help->About->Copy to Clipboard)
  • [0.7.15] intellij-hcl plugin version (Settings->Plugins)
  • [1.1.5] Terraform version (terraform -v)

Terraform Configuration Files

resource "yandex_alb_virtual_host" "host" {
  name           = "my-virtual-host"
  http_router_id = yandex_alb_http_router.default
  route {
    name = "my-route"
    http_route {
      http_route_action {
        backend_group_id = yandex_alb_backend_group.group
      }
    }
  }
}

Expected Behavior

Should allow to autocomplete blocks and provide basic validation. The same goes to all new Yandex Cloud objects related to Application Load Balancer for instance.

Actual Behavior

Does not autocomplete neither yandex_alb_virtual_host resource type, nor route block inside it. terraform validate says all green.

@FractalizeR
Copy link
Author

Everything is updated several times, but still problem persists

@FractalizeR
Copy link
Author

Looks like we have a bunch of "duplicates" here:

#351
#380
#392
#341

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