Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Display block details on dynamic label hover #171

Open
radeksimko opened this issue Dec 1, 2022 · 0 comments
Open

Display block details on dynamic label hover #171

radeksimko opened this issue Dec 1, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@radeksimko
Copy link
Member

Currently we display just the value of the dynamic label, for example just spot_options name in this config:

resource "aws_ec2_fleet" "name" {
  dynamic "spot_options" {

  }
}

Screenshot 2022-12-01 at 12 39 16

This is in contrast to hover data provided for the "native" block type

resource "aws_ec2_fleet" "name" {
  spot_options {
    
  }
}

Screenshot 2022-12-01 at 12 40 49

We should display the equivalent amount of details about the block, such as block type, min/max items and the description (if available).

@radeksimko radeksimko added the enhancement New feature or request label Dec 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant