AWS policies are being weird
{ Effect = “Allow”, Action = [ “s3:*”, ], Resource = “arn:aws:s3:::lab-etl-s3”, } I am creating a S3 bucket and a login user with terraform and aws. And I am attaching this particular policy to the user. But I cannot see the created S3 in the list. It says You don’t have permissions to list […]