sparse-intern-71089
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 PMpolite-napkin-90098
08/02/2023, 7:15 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 anyone 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?polite-napkin-90098
11/16/2023, 5:21 PMgifted-gigabyte-53859
11/17/2023, 2:28 AMpolite-napkin-90098
11/30/2023, 7:54 PMsalmon-account-74572
11/30/2023, 9:47 PMpolite-napkin-90098
04/25/2024, 7:20 PMapi error ValidationException: Identifier ... is not valid for identifier [/properties/ServiceArn, /properties/Cluster]
I've been asking the Pulumi AI but all its suggestions e.g.
`
pulumi import aws-native:ecs:Service ld-relay "Production:ld-relay"
pulumi import aws-native:ecs:Service ld-relay arn:aws:ecs:<region>:<account-id>:cluster/<cluster-name>/<service-name>
and a number of variations thereon give the above error.
I'd really like imports to work in aws-nativeenough-garden-22763
04/25/2024, 7:32 PMpolite-napkin-90098
04/26/2024, 9:14 AMenough-garden-22763
04/26/2024, 2:08 PMcalm-keyboard-75974
07/09/2024, 12:11 PMpulumi import aws-native:ecs:Service ld-relay "<service-arn>|<cluster>"
gifted-gigabyte-53859
07/10/2024, 12:25 AM