-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathterraform.tfvars
39 lines (33 loc) · 1.49 KB
/
terraform.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
################################################################################
# General variables
################################################################################
region = ""
tags = {}
vpc_id = ""
vpc_arn = []
################################################################################
# AWS cloud map namespace
################################################################################
create_namespace = true
create_aws_cloud_map_iam_role = true
name = "" # ususally a web address
description = ""
namespace_tags = {
"AWS-cloud-map-namespace" = ""
}
################################################################################
# AWS cloud map service
################################################################################
create_namespace_service = true
create_dns_config = true # if turning off change namespace_id in main to the base resource to deploy or it will fail
create_health_check_config = false # only works wiht public DNS namespaces
create_health_check_custom_config = false
namespace_service_name = "AWS-cloud-map-service-"
force_destroy = false
ttl = 10
dns_record_type = "A"
routing_policy = "MULTIVALUE"
failure_threshold = 10
resource_path = "/"
health_check_type = "HTTPS"
custom_failure_threshold = 1