mirror of
https://github.com/turbot/steampipe.git
synced 2026-03-22 19:00:13 -04:00
8 lines
160 B
Plaintext
8 lines
160 B
Plaintext
connection "chaos6" {
|
|
plugin = "chaos"
|
|
regions = ["us-east-1", "us-west-2"]
|
|
options "connection" {
|
|
cache = false
|
|
cache_ttl = 300
|
|
}
|
|
} |