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
this is an interesting one....it seems like when we access via aws.s3.bucket { policy { * }} everything is fine, but when we try to access via aws.s3.bucket.policy { * }, the bucket information is empty, so we can't fetch the policy. not sure why yet
Describe the bug
The
.dot
-notation doesn't work foraws.s3.bucket.policy
:But
aws.s3.bucket {policy}
does work:cnquery version
The text was updated successfully, but these errors were encountered: