sparse-intern-71089
06/21/2023, 8:37 PMminiature-musician-31262
06/21/2023, 11:21 PMpulumi-aws
are you using? I've got pulumi-aws>=5.0.0,<6.0.0
in my requirements.txt
, and the code in that example seems to work for me without modification:
Previewing update (dev)
Type Name Plan
+ pulumi:pulumi:Stack aws-eks-dev create
+ ├─ aws:rds:Cluster exampleCluster create
+ └─ aws:rds:ClusterInstance exampleClusterInstance create
Resources:
+ 3 to create
The input arguments are a little hard to find on the page, but they're there, linked from the serverlessv2_scaling_configuration
input: https://www.pulumi.com/registry/packages/aws/api-docs/rds/cluster/#serverlessv2_scaling_configuration_pythonminiature-musician-31262
06/21/2023, 11:24 PMfaint-father-49077
06/21/2023, 11:25 PMdockerfile_requirements.txt
file has the following entry:
pulumi_aws==5.1.1
miniature-musician-31262
06/21/2023, 11:26 PMfaint-father-49077
06/22/2023, 9:10 PM