https://pulumi.com logo
#aws
Title
h

handsome-army-82617

10/27/2020, 11:11 PM
Just spent the last few hours trying to work out why my Pulumi config wasn't working for a project when it is literally a copy paste of a previous project that does work. Turns out this docker image was pulling 2.12.2 of Pulumi, whereas the previous project was on
2.11.2
. Looks like 2.12.x introduced breaking changes AWS around certificate generation and domain validation.
1
f

faint-table-42725

10/27/2020, 11:40 PM
Pulumi SDK versions shouldn’t be tied to how the providers work. Do you mind double checking that the AWS provider dependency version didn’t change?
s

stale-glass-57649

10/27/2020, 11:55 PM
The issue appears to be with the AWS provider v3.10.0 https://github.com/pulumi/pulumi-aws/issues/1188