This message was deleted.
s
This message was deleted.
b
which version of awsx are you using?
p
I’ve got
^5.18.0
in my package.json
b
that’s
aws
, not
awsX
. can you share your
package.json
?
p
🤦‍♂️ awsx is
^0.40.1
The package json is
Copy code
{
  "name": "app",
  "main": "index.ts",
  "devDependencies": {
    "@types/node": "^14"
  },
  "dependencies": {
    "@pulumi/aws": "^5.18.0",
    "@pulumi/awsx": "^0.40.1",
    "@pulumi/docker": "^3.5.0",
    "@pulumi/pulumi": "^3.0.0"
  }
}
b
where is
securityGroups: args.apiSecurityGroupIds
created? outside a component?
p
yep, it’s imported through a stack reference and then passed into the component
b
I wonder if it’s not resolved on the first pass 🤔
p
yeah I was wondering that - the infra stack that it’s referencing happens a good couple of minutes before the ALB creation…
b
if you have a minimal repro, we should file a bug. I can’t see any immediate issues with it
p
I’ll see if I can reproduce it with a minimal example this weekend