mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-09-17 21:12:24 +00:00
Use a tailored go-getter to get rid of transitive depenencies
This commit is contained in:
0
api/internal/getter/testdata/basic-subdir/foo/sub/baz/main.tf
vendored
Normal file
0
api/internal/getter/testdata/basic-subdir/foo/sub/baz/main.tf
vendored
Normal file
3
api/internal/getter/testdata/basic-subdir/foo/sub/main.tf
vendored
Normal file
3
api/internal/getter/testdata/basic-subdir/foo/sub/main.tf
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
module "bar" {
|
||||
source = "./baz"
|
||||
}
|
||||
Reference in New Issue
Block a user