Skip to content

Commit 6d83d05

Browse files
EmyrkCopilot
andauthored
Update extract/variable.go
Co-authored-by: Copilot <[email protected]>
1 parent 28466ba commit 6d83d05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extract/variable.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import (
1212
"github.com/coder/preview/types"
1313
)
1414

15-
// VariableFromBlock extracts a terraform variable, but not it's final resolved value.
15+
// VariableFromBlock extracts a terraform variable, but not its final resolved value.
1616
// code taken mostly from https://github.com/aquasecurity/trivy/blob/main/pkg/iac/scanners/terraform/parser/evaluator.go#L479
1717
func VariableFromBlock(block *terraform.Block) (tfVar types.Variable) {
1818
defer func() {

0 commit comments

Comments
 (0)