106 lines
3.1 KiB
Plaintext
106 lines
3.1 KiB
Plaintext
|
|
IMPORTANT: The file content has been truncated.
|
|
Status: Showing lines 101-200 of 3544 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: 200.
|
|
|
|
--- FILE CONTENT (truncated) ---
|
|
{
|
|
"availability_zone" => "eu-west-2c",
|
|
"cidr" => "10.0.130.0/24"
|
|
}
|
|
],
|
|
"extra_public_subnets" => [
|
|
{
|
|
"availability_zone" => "eu-west-2a",
|
|
"cidr" => "10.0.0.0/24"
|
|
},
|
|
{
|
|
"availability_zone" => "eu-west-2b",
|
|
"cidr" => "10.0.1.0/24"
|
|
},
|
|
{
|
|
"availability_zone" => "eu-west-2c",
|
|
"cidr" => "10.0.2.0/24"
|
|
}
|
|
],
|
|
"instances_key_name" => "dalmatian-ecs-instances",
|
|
"instance_type" => "t2.medium",
|
|
"min_servers" => "2",
|
|
"max_servers" => "4",
|
|
"max_instance_lifetime" => "86400",
|
|
"associate_public_ip_address" => "0",
|
|
"docker_storage_size" => "40",
|
|
"dockerhub_email" => "",
|
|
"dockerhub_token" => "",
|
|
"enable_efs" => "false",
|
|
"encrypt_efs" => "true",
|
|
"efs_dirs" => [],
|
|
"monitoring_docs_path" => "https://github.com/dxw/dalmatian/docs/monitoring-alarms/"
|
|
}
|
|
end
|
|
|
|
let(:cluster1_validate_cmd_hz) do
|
|
terraform_validate_cmd(
|
|
tfvar_arg_string(
|
|
"account_id" => "123456789012",
|
|
"cluster_id" => "new-dedicated-cluster",
|
|
"dalmatian_role" => "dalmatian-read",
|
|
"hosted_zone" => {
|
|
"domain" => "example-domain-name.com",
|
|
"ns_records" => [
|
|
{
|
|
"name" => "delegated",
|
|
"value" => [
|
|
"ns1.aws.com"
|
|
]
|
|
}
|
|
],
|
|
"a_records" => [
|
|
{
|
|
"name" => "some-service",
|
|
"value" => [
|
|
"1.2.3.4"
|
|
]
|
|
},
|
|
{
|
|
"name" => "mail",
|
|
"value" => [
|
|
"5.6.7.8"
|
|
]
|
|
}
|
|
],
|
|
"alias_records" => [
|
|
{
|
|
"name" => "example-domain-name.com",
|
|
"value" => "cf-distribution.aws.net"
|
|
},
|
|
{
|
|
"name" => "www",
|
|
"value" => "cf-distribution.aws.net"
|
|
}
|
|
],
|
|
"cname_records" => [
|
|
{
|
|
"name" => "alb",
|
|
"value" => [
|
|
"aws-alb.aws.net"
|
|
]
|
|
}
|
|
],
|
|
"mx_records" => [
|
|
{
|
|
"name" => "mail",
|
|
"value" => [
|
|
"0 mail.example-domain-name.com"
|
|
]
|
|
}
|
|
],
|
|
"txt_records" => [
|
|
{
|
|
"name" => "mail",
|
|
"value" => [
|
|
"v=spf1 a ip4:9.10.11.0/24 mx ~all"
|
|
]
|
|
}
|
|
],
|
|
"srv_records" => [ |