More sessions
This commit is contained in:
106
tmp/dalmatian/tool-outputs/read_file_166.txt
Normal file
106
tmp/dalmatian/tool-outputs/read_file_166.txt
Normal file
@@ -0,0 +1,106 @@
|
||||
|
||||
IMPORTANT: The file content has been truncated.
|
||||
Status: Showing lines 351-450 of 3251 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: 450.
|
||||
|
||||
--- FILE CONTENT (truncated) ---
|
||||
|
||||
let(:cluster1_validate_cmd_production_rds) do
|
||||
terraform_validate_cmd(
|
||||
tfvar_arg_string(
|
||||
infrastructure_defaults.merge(
|
||||
"instance_type" => "t2.medium",
|
||||
"min_servers" => "2",
|
||||
"max_servers" => "4",
|
||||
"account_id" => "123456789012",
|
||||
"infrastructure_name" => "new-dedicated-cluster",
|
||||
"dalmatian_role" => "dalmatian-read",
|
||||
"environment" => "production",
|
||||
"rds" => {
|
||||
"identifier" => "testservice",
|
||||
"in_use_by" => [
|
||||
"test-service"
|
||||
],
|
||||
"clusters_in_use" => {
|
||||
"production" => [
|
||||
"test"
|
||||
],
|
||||
"staging" => [
|
||||
"test"
|
||||
]
|
||||
},
|
||||
"instance_class" => {
|
||||
"production" => "db.t2.small",
|
||||
"staging" => "db.t2.micro"
|
||||
},
|
||||
"engine" => "postgres",
|
||||
"engine_version" => "11.4",
|
||||
"allocated_storage" => 20,
|
||||
"storage_encrypted" => true,
|
||||
"storage_type" => "gp3",
|
||||
"db_name" => "testapp",
|
||||
"port" => 5432,
|
||||
"maintenance_window" => "mon:19:00-mon:19:30",
|
||||
"backup_window" => "09:00-10:00",
|
||||
"backup_retention_period" => 31,
|
||||
"force_ssl" => true,
|
||||
"parameter_store_path_db_url_name" => "DATABASE_URL",
|
||||
"sql_backup_scheduled_task_environment_variables" => [
|
||||
{
|
||||
"name" => "foo",
|
||||
"value" => "bar"
|
||||
}
|
||||
],
|
||||
"check_sql_backup_scheduled_task_environment_variables" => [
|
||||
{
|
||||
"name" => "foo",
|
||||
"value" => "bar"
|
||||
}
|
||||
],
|
||||
"sync_sql_backup_to_azure" => false,
|
||||
"replication_bucket_destination_arn" => "arn:aws:s3:::your-destination-bucket-name",
|
||||
"replication_kms_key_id" => "your-destination-kms-key-id",
|
||||
"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"
|
||||
]
|
||||
},
|
||||
Reference in New Issue
Block a user