This message was deleted.
# typescript
s
This message was deleted.
w
I believe that a security group of string is a valid thing to pass for
SecurityGroupOrId
. Could you share the exact error? Is that for the exact code above?
See also https://pulumi.io/reference/pkg/nodejs/pulumi/awsx/ec2/#SecurityGroupOrId which indicates that a string should be valid here.
s
Hi Luke, thanks for the reply! I figured out the issue... When I copied over my security group id into my pulumi config, I missed the last number. I put in the full security group id and it's working now!