salmon-hairdresser-65532
11/14/2022, 4:32 PMawsx.ec2.Vpc
with disabled default providers, I always get the error Default provider for 'awsx' disabled. 'awsx:ec2:DefaultVpc' must use an explicit provider.
although I defined an explicit provider for the resource. An extremely simple example to reproduce the error (default providers are disabled in the config):
import pulumi
import pulumi_aws as aws
import pulumi_awsx as awsx
west = aws.Provider("provider", region="us-east-1")
awsx.ec2.Vpc("vpc", opts=pulumi.ResourceOptions(provider=west))
Does anyone have the same problem or know a solution?
@elegant-window-55250elegant-window-55250
11/14/2022, 5:59 PMbillowy-army-68599
11/14/2022, 6:00 PMglamorous-answer-86536
11/16/2022, 4:10 PMawsx
otherwisebillowy-army-68599
11/16/2022, 4:14 PMglamorous-answer-86536
11/16/2022, 4:16 PMbillowy-army-68599
11/16/2022, 4:17 PMDo I understand correctly that Python support has been added in the beta release and is not part of 0.40.0?yes
Is there an ETA of that release? And could you check if that will be resolved in that release? We might need to switch to classic then unfortunately.it’ll be before the EOM
glamorous-answer-86536
11/16/2022, 4:19 PMProvider map key awsx disagrees with associated provider aws. Key will be ignored.