You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we want to be able to support things like list(map(string,string)) but right now the parsing will fail here. We also want to be able to have type safety around the resource so we can specify something like resource(aws:subnet) if we only allow subnets in there
The text was updated successfully, but these errors were encountered:
we want to be able to support things like
list(map(string,string))
but right now the parsing will fail here. We also want to be able to have type safety around the resource so we can specify something likeresource(aws:subnet)
if we only allow subnets in thereThe text was updated successfully, but these errors were encountered: