Skip to content

Commit 931870c

Browse files
authored
🧹 fix default tf provider (#5965)
1 parent fd5ef58 commit 931870c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

providers/defaults.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -469,9 +469,9 @@ var DefaultProviders Providers = map[string]*Provider{
469469

470470
"terraform": {
471471
Provider: &plugin.Provider{
472-
Name: "tailscale",
473-
ID: "go.mondoo.com/cnquery/v12/providers/tailscale",
474-
ConnectionTypes: []string{"tailscale"},
472+
Name: "terraform",
473+
ID: "go.mondoo.com/cnquery/v9/providers/terraform",
474+
ConnectionTypes: []string{},
475475
Connectors: []plugin.Connector{
476476
{
477477
Name: "terraform",

0 commit comments

Comments
 (0)