Hello! I've noticed these weird exceptions multip...
# aws
q
Hello! I've noticed these weird exceptions multiple times yet. When compiling C# Pulumi Stacks with the latest
Pulumi.Aws
plugin (current v3.32.1) i get exception that certain setter-methods of basic resources do not exist:
System.MissingMethodException: Method not found: "Void Pulumi.aws.Rds.ClusterArgs.set_engine(Puluim.Input'1<System.String>)
Does someone else has noticed something like that? What am I doing wrong? With version
v3.13.0
everything works fine