mirror of
https://github.com/turbot/steampipe.git
synced 2026-03-22 19:00:13 -04:00
20 lines
447 B
HCL
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
|
|
}
|
|
} |