github.com/turbot/steampipe@v1.7.0-rc.0.0.20240517123944-7cef272d4458/tests/acceptance/test_data/mods/dashboard_texts/dashboard.sp (about)

     1  dashboard "testing_text_blocks" {
     2    title = "Testing text blocks"
     3  
     4    text {
     5      value = <<-EOT
     6      ## Note
     7      This report requires an [AWS Credential Report](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_getting-report.html) for each account.
     8      You can generate a credential report via the AWS CLI:
     9      EOT
    10    }
    11  
    12    text {
    13      width = 3
    14      value = <<-EOT
    15      ```bash
    16      aws iam generate-credential-report
    17      ```
    18      EOT
    19    }
    20  }