forked from cloudposse-archives/terraform-aws-ecs-atlantis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
fixtures.us-west-2.tfvars
69 lines (35 loc) · 1.09 KB
/
fixtures.us-west-2.tfvars
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
enabled = true
region = "us-west-2"
availability_zones = ["us-west-2a", "us-west-2b"]
namespace = "eg"
stage = "test"
name = "ecs-atlantis"
vpc_cidr_block = "172.16.0.0/16"
container_cpu = 256
container_memory = 512
desired_count = 1
launch_type = "FARGATE"
authentication_type = ""
alb_ingress_listener_unauthenticated_priority = 1000
alb_ingress_unauthenticated_paths = ["/"]
autoscaling_enabled = true
autoscaling_min_capacity = 1
autoscaling_max_capacity = 2
webhook_enabled = false
github_oauth_token = "test"
atlantis_gh_user = "test"
atlantis_gh_team_whitelist = "dev:plan,ops:*"
atlantis_repo_whitelist = ["cloudposse/terraform-aws-ecs-atlantis"]
codepipeline_enabled = true
codepipeline_s3_bucket_force_destroy = true
build_timeout = 20
repo_name = "atlantis"
repo_owner = "cloudposse"
branch = "master"
alb_target_group_alarms_enabled = true
ecs_alarms_enabled = true
parent_zone_id = "Z3SO0TKDDQ0RGG"
short_name = "ecs-atlantis-test"
default_backend_image = "cloudposse/default-backend:0.1.2"
chamber_service = "ecs-atlantis-test"
kms_key_id = "alias/cpco-testing-chamber"