github.com/turbot/steampipe@v1.7.0-rc.0.0.20240517123944-7cef272d4458/pkg/steampipeconfig/testdata/connection_config/multiple_connections/config/connection1.spc (about)

     1  connection "aws_dmi_001" {
     2    plugin                = "aws"
     3    secret_key            = "aws_dmi_001_secret_key"
     4    access_key            = "aws_dmi_001_access_key"
     5    regions               = "- us-east-1\n-us-west-"
     6  }
     7