We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28466ba commit 6d83d05Copy full SHA for 6d83d05
extract/variable.go
@@ -12,7 +12,7 @@ import (
12
"github.com/coder/preview/types"
13
)
14
15
-// VariableFromBlock extracts a terraform variable, but not it's final resolved value.
+// VariableFromBlock extracts a terraform variable, but not its final resolved value.
16
// code taken mostly from https://github.com/aquasecurity/trivy/blob/main/pkg/iac/scanners/terraform/parser/evaluator.go#L479
17
func VariableFromBlock(block *terraform.Block) (tfVar types.Variable) {
18
defer func() {
0 commit comments