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
On some interaction with the resource type eg "aws_ecs_cluster" being able to go to the terraform docs easily from editor
resource "aws_ecs_cluster" "my_cluster" { name = "my_cluster" }
Extension: Data blocks go to data docs Resource blocks go to resource docs
resource names can easily derive the url https://www.terraform.io/docs/providers/aws/r/ecs_cluster.html
The text was updated successfully, but these errors were encountered:
Interaction is something like:
Sorry, something went wrong.
This is a really nice idea although nowadays I'm not really using the plugin. If you'd like to take a stab at it please go ahead.
No branches or pull requests
On some interaction with the resource type eg "aws_ecs_cluster" being able to go to the terraform docs easily from editor
resource "aws_ecs_cluster" "my_cluster" {
name = "my_cluster"
}
Extension:
Data blocks go to data docs
Resource blocks go to resource docs
resource names can easily derive the url
https://www.terraform.io/docs/providers/aws/r/ecs_cluster.html
The text was updated successfully, but these errors were encountered: