generated from oracle-quickstart/oci-quickstart-template
-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathbaseline_terraform.tfvars.template
77 lines (66 loc) · 2.83 KB
/
baseline_terraform.tfvars.template
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
70
71
72
73
74
75
76
77
#---------------------------------------
# Tenancy Connectivity Variables
#---------------------------------------
tenancy_ocid = "" # Get this from OCI Console (after logging in, go to top-right-most menu item and click option "Tenancy: <your tenancy name>").
current_user_ocid = "" # Get this from OCI Console (after logging in, go to top-right-most menu item and click option "My profile").
api_fingerprint = "" # The fingerprint can be gathered from your user account. In the "My profile page, click "API keys" on the menu in left hand side).
api_private_key_path = "" # This is the full path on your local system to the API signing private key.
region = "" # This is your tenancy region, where all other resources are created. It can be the same as home_region.
secondary_region = ""
#---------------------------------------
# Input variables
#---------------------------------------
# COMPARTMENT
resource_label = ""
# IDENTITY DOMAIN
enable_domain_replication = false
identity_domain_license_type = "premium"
realm_key = "3"
# SECURITY
central_vault_type = "DEFAULT"
enable_vault_replica = false
enable_cloud_guard = false
bastion_client_cidr_block_allow_list = ["10.0.0.0/0"]
# MONITORING
vdms_critical_topic_endpoints = []
vdms_warning_topic_endpoints = []
vdss_critical_topic_endpoints = []
vdss_warning_topic_endpoints = []
enable_vdss_warning_alarm = true
enable_vdss_critical_alarm = true
enable_vdms_warning_alarm = true
enable_vdms_critical_alarm = true
onboard_log_analytics = false
activate_service_connectors = true
# NETWORKING
vdss_vcn_cidr_block = "11.1.0.0/16"
lb_subnet_cidr_block = "11.1.1.0/24"
lb_subnet_name = "OCI-SCCA-CHILD-LZ-VDSS-LB-SUBNET"
lb_dns_label = "lbsubnet"
firewall_subnet_name = "OCI-SCCA-CHILD-LZ-VDSS-FW-SUBNET"
firewall_subnet_cidr_block = "11.1.2.0/24"
firewall_dns_label = "firewallsubnet"
vdms_vcn_cidr_block = "12.1.0.0/16"
vdms_subnet_cidr_block = "12.1.1.0/24"
vdms_dns_label = "vdmssubnet"
vdms_subnet_name = "OCI-SCCA-CHILD-LZ-VDMS-SUBNET"
enable_vtap = true
enable_network_firewall = true
enable_waf = true
## SERVICE DEPLOYMENT
# NFW
enable_service_deployment = false
enable_vcn_flow_logs = false
nfw_ip_ocid = ""
#RPC
rpc_acceptor_ocid = ""
parent_tenancy_ocid = ""
parent_region_name = ""
parent_vdss_vcn_cidr = ""
parent_vdms_vcn_cidr = ""
# LOGGING
parent_namespace = "" ## the object storage namespace of the parent tenancy
scca_parent_logging_compartment_ocid = "" ## the logging compartment ocid of the parent tenancy
parent_resource_label = ""
# WORKLOAD
workload_additionalsubnets_cidr_blocks = []