polite-napkin-90098
07/20/2023, 4:04 PMsalmon-account-74572
07/20/2023, 4:15 PMpolite-napkin-90098
07/20/2023, 4:43 PMsalmon-account-74572
07/20/2023, 4:54 PMpolite-napkin-90098
07/27/2023, 7:03 PMpulumi import
cli.
--properties strings The property names to use for the import in the format name1,name2
I say potentially helpful as the error above also talk about properties, but I've no idea how to use it as there are no examples in any of the docs I can find.
Does anulumi import --provider urnpulumitest-ecs-recorder:infra ecs recorderpulumiprovidersaws native:test-ecs-recorder-nativeProvider -s test-ecs-recorder --properties ServiceArn,Cluster aws-nativeecsService recorder arnawsecsus east 2910256582887:service/Test/recorder,Testyone know what this flag is for and what strings I'm meant to pass it?
I tried:
pulumi import --provider urn:pulumi:test-ecs-recorder::infra-ecs-recorder::pulumi:providers:aws-native::test-ecs-recorder-nativeProvider -s test-ecs-recorder --properties ServiceArn,Cluster aws-native:ecs:Service recorder arn:aws:ecs:us-east-1:#####:service/Test/recorder,Test
but that gives the same error as above.
Are there good docs for the CLI somewhere I'm missing?