cold-coat-35200
04/02/2019, 12:44 PM➜ pulumi (master) yarn list --pattern "@pulumi"
yarn list v1.15.2
├─ @pulumi/aws@0.17.1
├─ @pulumi/kubernetes@0.21.1
├─ @pulumi/pulumi@0.17.2
└─ @pulumi/random@0.5.1
➜ pulumi (master) pulumi version
v0.17.4
➜ pulumi (master) pulumi plugin ls
NAME KIND VERSION SIZE INSTALLED LAST USED
aws resource 0.18.0 158 MB n/a 11 minutes ago
aws resource 0.17.1 157 MB n/a 1 week ago
kubernetes resource 0.22.0 45 MB n/a 11 minutes ago
kubernetes resource 0.21.1 45 MB n/a 1 week ago
random resource 0.5.1 28 MB n/a 1 week ago
when trying to update one of our stack, without any modification in the code, the preview dies with: error: aws:elasticloadbalancingv2/listener:Listener resource 'dlv-dev-lbg-rtmp-listener' has a problem: default_action: should be a list
I found this comment: https://github.com/pulumi/pulumi-aws/issues/418#issuecomment-455917061
Based on that it was an issue in the past and it was solved, but looks like it's still exist somehow.
I updated our stack to versions:
➜ pulumi (master) yarn list --pattern "@pulumi"
yarn list v1.15.2
├─ @pulumi/aws@0.18.0
├─ @pulumi/kubernetes@0.22.0
├─ @pulumi/pulumi@0.17.4
└─ @pulumi/random@0.5.1
The "default_action" issue is now gone, but still, without any change in the code pulumi want to recreate a lot of our resources, including the eks cluster, which has a lot of dependent resourcestocky-spoon-28903
04/02/2019, 12:50 PMcold-coat-35200
04/02/2019, 12:51 PMstocky-spoon-28903
04/02/2019, 2:33 PMfierce-dinner-20116
04/02/2019, 4:25 PMcold-coat-35200
04/02/2019, 4:37 PMstocky-spoon-28903
04/02/2019, 7:10 PMpulumi plugin ls
?cold-coat-35200
04/02/2019, 7:11 PM