gentle-application-59272
11/03/2023, 9:26 AM{ providers: { aws: awsProvider, awsNative: awsNativeProvider } }
or is this not supported?dry-keyboard-94795
11/03/2023, 10:39 AMgentle-application-59272
11/03/2023, 10:44 AMdry-keyboard-94795
11/03/2023, 10:45 AMgentle-application-59272
11/03/2023, 10:45 AM{ providers: { primaryAccount: primaryProvider, hostedZoneAccount: hostedZoneProvider, nativeProvider: nativeProvider } }
then in components I'd have to pass
{ parent: this, provider: opts.providers.primaryAccount }
{ parent: this, provider: opts.providers.nativeProvider }
and so on?dry-keyboard-94795
11/03/2023, 10:49 AMgentle-application-59272
11/03/2023, 10:50 AMdry-keyboard-94795
11/03/2023, 10:58 AMgentle-application-59272
11/03/2023, 11:01 AMerror: missing required configuration key "aws-native:region":The region where AWS operations will take place. Examples are eu-east-1, eu-west-2, etc.
Set a value using the command `pulumi config set aws-native:region <value>`
I think it may be because i'm using special keys, not aws
and aws-native
but named providers, names more akin to account1ClassicProvider
, account2ClassicProvider
Each actual pulumi resource has it's precise provider specified but the component might be having a hard time trying to match things up, i don't knowdry-keyboard-94795
11/03/2023, 11:04 AMgentle-application-59272
11/03/2023, 11:04 AMdry-keyboard-94795
11/03/2023, 11:05 AMgentle-application-59272
11/03/2023, 11:06 AMdry-keyboard-94795
11/03/2023, 11:11 AMgentle-application-59272
11/03/2023, 11:11 AMdry-keyboard-94795
11/03/2023, 11:17 AMgentle-application-59272
11/03/2023, 11:21 AMdry-keyboard-94795
11/03/2023, 11:31 AM