Skip to content

Commit 2b7b27f

Browse files
authored
Add opentofu support to infra/run.go (#540)
1 parent 9cb4523 commit 2b7b27f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/infra/run.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,7 @@ var packageManagerLookup = map[string]string{
287287
"hex": "mix",
288288
"nuget": "nuget",
289289
"npm_and_yarn": "npm",
290+
"opentofu": "opentofu",
290291
"pip": "pip",
291292
"terraform": "terraform",
292293
"swift": "swift",

0 commit comments

Comments
 (0)