I am reviewing this website, https://terragrunt.gruntwork.io/docs/getting-started/quick-start/
where they discuss an IAM role for Terragrunt as in the following code
provider "aws" {
assume_role {
role_arn = "arn:aws:iam::0123456789:role/terragrunt"
}
}
Which IAM Policy or Policies do I attach to the Terragrunt role?