mirror of
https://github.com/turbot/steampipe.git
synced 2026-03-21 16:00:13 -04:00
10 lines
148 B
Plaintext
10 lines
148 B
Plaintext
|
|
connection "chaos2" {
|
|
plugin = "chaos"
|
|
}
|
|
|
|
connection "chaos_group" {
|
|
type = "aggregator"
|
|
plugin = "chaos"
|
|
connections = ["*"]
|
|
} |