little-cartoon-10569
11/06/2020, 12:53 AMpulumi preview -v 9
is reporting this error:
error: awsec2/instanceInstance resource 'preprod-batch' has a problem: Computed attribute cannot be setNothing else. No idea how to tell which property or what value. It's in code that hasn't changed in days. Any idea if recent changes to Pulumi or the AWS provider might cause previously-valid config to become invalid?
gentle-diamond-70147
11/06/2020, 1:49 AMlittle-cartoon-10569
11/06/2020, 1:51 AMgentle-diamond-70147
11/06/2020, 1:54 AMlittle-cartoon-10569
11/06/2020, 1:55 AMgentle-diamond-70147
11/06/2020, 3:00 AMwooden-school-36855
11/24/2020, 2:55 AMeks.NewCluster(ctx, "eks-cluster", &eks.ClusterArgs{
RoleArn: pulumi.StringInput(eksRole.Arn),
VpcConfig: &eks.ClusterVpcConfigArgs{
PublicAccessCidrs: pulumi.StringArray{pulumi.String("0.0.0.0/0")},
SecurityGroupIds: pulumi.StringArray{groupIds},
SubnetIds: subnetIds,
VpcId: vpc.ID(),
},
before i add VpcId
not show Computed attribute cannot be set
with me.