Hello! I'm trying to provision an AWS Transfer se...
# general
s
Hello! I'm trying to provision an AWS Transfer server using
pulumi_aws
, however I am having trouble getting Cloudwatch logs configured Pulumi documentation refers to a structured_log_destinations option in the calling method. However, the
pulumi_aws
python library appears not to support this option. Can someone advise?
d
The docs refer to the latest version of pulumi-aws; are you up to date?
Based on the git blame, it was added in 6.0
s
@dry-keyboard-94795 thank! that'd be it: here's what my requirements.txt says
Copy code
pulumi-aws>=5.0.0,<6.0.0
Updating my library did the trick. many thanks!