Why is `restrictions` a required param in a `aws.c...
# general
f
g
I'm not sure why it's required, but I think you can specify this to make it effectively null.
Copy code
restrictions: {
  geoRestriction: {
    restrictionType: "none",
  },
},
f
Yep that's what I have. Just curious as the difference between AWS and Pulumi.
w