Files
2023-07-03 11:57:20 +01:00

20 lines
447 B
HCL

dashboard "testing_text_blocks" {
title = "Testing text blocks"
text {
value = <<-EOT
## Note
This report requires an [AWS Credential Report](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_getting-report.html) for each account.
You can generate a credential report via the AWS CLI:
EOT
}
text {
width = 3
value = <<-EOT
```bash
aws iam generate-credential-report
```
EOT
}
}