pulumi/pkg/importer
Kyle Dixler a8b3859187 add `pulumi import` flag `--allow-duplicate-names`
Fixes #6032

During `pulumi import`, the `--allow-duplicate-names` flag allows
codegen to not fail if two resources share the same resource name.

Note: If the two resources also share the SAME TYPE, `pulumi import`
will fail during the import prior to codegen.
2023-09-18 11:51:30 -07:00
..
testdata Move `importer` into `pkg` 2023-02-09 12:57:26 -08:00
hcl2.go Use slice.Prealloc instead of make([]T, 0, ...) 2023-06-29 11:27:50 +01:00
hcl2_test.go all: Reformat with gofumpt 2023-03-03 09:00:24 -08:00
language.go add `pulumi import` flag `--allow-duplicate-names` 2023-09-18 11:51:30 -07:00
language_test.go Move `importer` into `pkg` 2023-02-09 12:57:26 -08:00