At the bottom of this project, we create an AWS IAM policy that gives permissions to list the bucket that we looked up in the data source. There are a couple of new concepts in the aws_iam_policy resource that we first need to introduce. The IAM policy itself is a multi-line string enclosed in between <
đź“ťNote: The closing marker must be at the start of a new line. Otherwise, it is a syntax error.