You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
url | string | The github repo identifier of a remote module in the form `<owner>/<repo>`. Currently this is the only supported value but in future this will be expanded to support additional remote sources.
17
-
ref | string? | A git ref that the remote module should be resolved against. Defaults to `master`
17
+
ref | string? | A git ref that the remote module should be resolved against. Defaults to the default branch of the repo
18
+
or`master`
18
19
sha | string? | An exact sha that should be used instead of dynamically resolving it from a ref. Exclusive with ref.
19
20
subdir | string? | A directory path within the remote repository that the `module` config file should be resolved from. Defaults to `.kl`
0 commit comments