sticky-bear-14421
11/10/2021, 2:49 PMprehistoric-activity-61023
11/10/2021, 2:50 PMsticky-bear-14421
11/10/2021, 2:50 PMprehistoric-activity-61023
11/10/2021, 2:51 PMsticky-bear-14421
11/10/2021, 2:53 PMprehistoric-activity-61023
11/10/2021, 2:54 PMpulumi stack --show-urns
). Once you have it, use --provider
flag available in pulumi import
command.pulumi import --provider my_provider_name='<PROVIDER>' github:index/repository:Repository just-a-test just-a-test
my_provider_name
can be anything AFAIK - it will just be used in generate code template (you can reuse the variable name you used for provider so the snippet will be adjusted to it out of the box)PROVIDER
within single quotes (URNs usually contain dollar signs and it breaks the shell substitution)sticky-bear-14421
11/10/2021, 3:12 PM