github.com/turbot/steampipe@v1.7.0-rc.0.0.20240517123944-7cef272d4458/tests/acceptance/test_data/source_files/chaos_options_2.json (about) 1 { 2 "connection": { 3 "chaos6": { 4 "plugin": "chaos", 5 "regions": [ 6 "us-east-1", 7 "us-west-2" 8 ], 9 "options": { 10 "connection": { 11 "cache": false, 12 "cache_ttl": 300 13 } 14 } 15 } 16 } 17 }