We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
dynamic
Currently we display just the value of the dynamic label, for example just spot_options name in this config:
spot_options name
resource "aws_ec2_fleet" "name" { dynamic "spot_options" { } }
This is in contrast to hover data provided for the "native" block type
resource "aws_ec2_fleet" "name" { spot_options { } }
We should display the equivalent amount of details about the block, such as block type, min/max items and the description (if available).
The text was updated successfully, but these errors were encountered:
Extensions
BodySchema
No branches or pull requests
Currently we display just the value of the
dynamic
label, for example justspot_options name
in this config:This is in contrast to hover data provided for the "native" block type
We should display the equivalent amount of details about the block, such as block type, min/max items and the description (if available).
The text was updated successfully, but these errors were encountered: