More sessions
This commit is contained in:
106
tmp/dalmatian/tool-outputs/read_file_174.txt
Normal file
106
tmp/dalmatian/tool-outputs/read_file_174.txt
Normal file
@@ -0,0 +1,106 @@
|
||||
|
||||
IMPORTANT: The file content has been truncated.
|
||||
Status: Showing lines 401-500 of 3243 total lines.
|
||||
Action: To read more of the file, you can use the 'offset' and 'limit' parameters in a subsequent 'read_file' call. For example, to read the next section of the file, use offset: 500.
|
||||
|
||||
--- FILE CONTENT (truncated) ---
|
||||
"value" => "bar"
|
||||
}
|
||||
],
|
||||
"sync_sql_backup_to_azure" => false,
|
||||
"codebuild_access" => [
|
||||
"service-name"
|
||||
]
|
||||
}
|
||||
)
|
||||
)
|
||||
)
|
||||
end
|
||||
|
||||
let(:cluster1_validate_cmd_staging_waf) do
|
||||
terraform_validate_cmd(
|
||||
tfvar_arg_string(
|
||||
infrastructure_defaults.merge(
|
||||
"instance_type" => "t2.small",
|
||||
"min_servers" => "2",
|
||||
"max_servers" => "4",
|
||||
"track_revision" => "feature/experiment",
|
||||
"extra_ecs_clusters" => [
|
||||
{
|
||||
"name" => "test",
|
||||
"subnets_name" => "extra_private_subnets",
|
||||
"min_servers" => "2",
|
||||
"max_servers" => "4",
|
||||
"instance_type" => "t3.small"
|
||||
}
|
||||
],
|
||||
"tinyproxy" => {
|
||||
"create" => true
|
||||
},
|
||||
"account_id" => "123456789012",
|
||||
"infrastructure_name" => "new-dedicated-cluster",
|
||||
"dalmatian_role" => "dalmatian-read",
|
||||
"environment" => "staging",
|
||||
"waf" => {
|
||||
"name" => "test-1",
|
||||
"action" => "count",
|
||||
"ip_deny_list" => [],
|
||||
"aws_managed_rules" => [
|
||||
{
|
||||
"name" => "AWSManagedRulesSQLiRuleSet",
|
||||
"excluded_path_patterns" => [
|
||||
"/wp-admin/async-upload.php"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name" => "AWSManagedRulesCommonRuleSet",
|
||||
"exclude_rules" => [
|
||||
"SizeRestrictions_BODY"
|
||||
]
|
||||
}
|
||||
],
|
||||
"associations" => {
|
||||
shared_loadbalancers: [
|
||||
"test-lb-1"
|
||||
],
|
||||
service_cloudfront: [
|
||||
"test-service"
|
||||
]
|
||||
}
|
||||
}
|
||||
)
|
||||
)
|
||||
)
|
||||
end
|
||||
|
||||
let(:cluster1_validate_cmd_staging_rds) do
|
||||
terraform_validate_cmd(
|
||||
tfvar_arg_string(
|
||||
infrastructure_defaults.merge(
|
||||
"instance_type" => "t2.small",
|
||||
"min_servers" => "2",
|
||||
"max_servers" => "4",
|
||||
"track_revision" => "feature/experiment",
|
||||
"extra_ecs_clusters" => [
|
||||
{
|
||||
"name" => "test",
|
||||
"subnets_name" => "extra_private_subnets",
|
||||
"min_servers" => "2",
|
||||
"max_servers" => "4",
|
||||
"instance_type" => "t3.small"
|
||||
}
|
||||
],
|
||||
"tinyproxy" => {
|
||||
"create" => true
|
||||
},
|
||||
"account_id" => "123456789012",
|
||||
"infrastructure_name" => "new-dedicated-cluster",
|
||||
"dalmatian_role" => "dalmatian-read",
|
||||
"environment" => "staging",
|
||||
"rds" => {
|
||||
"identifier" => "testservice",
|
||||
"in_use_by" => [
|
||||
"test-service"
|
||||
],
|
||||
"clusters_in_use" => {
|
||||
"production" => [
|
||||
Reference in New Issue
Block a user