Skip to content

Commit 4f83d73

Browse files
committed
fix terraform-docs module
1 parent ca5ec38 commit 4f83d73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform-docs/deps.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
export { assertEquals } from "jsr:@std/[email protected]/asserts";
22

33
export type { DirectoryID, SecretID } from "./sdk/client.gen.ts";
4-
export { dag, Directory, Secret, Container } from "./sdk/client.gen.ts";
4+
export { dag, Directory, Secret, Container, File } from "./sdk/client.gen.ts";
55
export { brightGreen } from "jsr:@std/[email protected]/colors";
66
export { stringifyTree } from "npm:[email protected]";
77
import { gql } from "npm:[email protected]";

0 commit comments

Comments
 (0)