Upload files to "environment"
This commit is contained in:
100
environment/default_terrafors.tfvars
Normal file
100
environment/default_terrafors.tfvars
Normal file
@@ -0,0 +1,100 @@
|
||||
#================================================================================================================================================================================================
|
||||
# Parameters to authenticate with Oracle Cloud Infrastructure
|
||||
tenancy_ocid = ""
|
||||
user_ocid = ""
|
||||
fingerprint = ""
|
||||
private_key_path = ""
|
||||
region = ""
|
||||
#================================================================================================================================================================================================
|
||||
# The environment that you're creating resources for: test, dev, prod, or staging
|
||||
environment="hml"
|
||||
#================================================================================================================================================================================================
|
||||
# The environment compartments
|
||||
ocid_compartment_app = ""
|
||||
ocid_compartment_database = ""
|
||||
ocid_compartment_security = ""
|
||||
ocid_compartment_networking = ""
|
||||
#================================================================================================================================================================================================
|
||||
# The environment networks
|
||||
ocid_vcn_3_tier = ""
|
||||
ocid_subnet_app = ""
|
||||
ocid_subnet_database = ""
|
||||
ocid_subnet_public = ""
|
||||
#================================================================================================================================================================================================
|
||||
# The CIDR networks
|
||||
cidr_subnet_app = ""
|
||||
cidr_subnet_database = ""
|
||||
cidr_subnet_web = ""
|
||||
cidr_anywhere = "0.0.0.0/0"
|
||||
#================================================================================================================================================================================================
|
||||
# SEI Variables
|
||||
sei_amount_instances = "1"
|
||||
sei_prefix_hostname = "sei-server"
|
||||
sei_shape = "VM.Standard.E4.Flex"
|
||||
sei_amount_memory = "4"
|
||||
sei_amount_ocpus = "1"
|
||||
sei_fqdn = ""
|
||||
#================================================================================================================================================================================================
|
||||
# SIP Variables
|
||||
sip_amount_instances = "1"
|
||||
sip_prefix_hostname = "sip-server"
|
||||
sip_shape = "VM.Standard.E6.Flex"
|
||||
sip_amount_memory = "4"
|
||||
sip_amount_ocpus = "1"
|
||||
sip_fqdn = ""
|
||||
#================================================================================================================================================================================================
|
||||
# SOLR Variables
|
||||
solr_amount_instances = "1"
|
||||
solr_prefix_hostname = "solr-server"
|
||||
solr_shape = "VM.Standard.E6.Flex"
|
||||
solr_amount_memory = "8"
|
||||
solr_amount_ocpus = "2"
|
||||
solr_boot_disk_size = "200"
|
||||
solr_fqdn = ""
|
||||
#================================================================================================================================================================================================
|
||||
# Memcached Variables
|
||||
memcached_amount_instances = "1"
|
||||
memcached_prefix_hostname = "memcached-server"
|
||||
memcached_shape = "VM.Standard.E6.Flex"
|
||||
memcached_amount_memory = "4"
|
||||
memcached_amount_ocpus = "1"
|
||||
#================================================================================================================================================================================================
|
||||
# JodServer Variables
|
||||
jod_amount_instances = "1"
|
||||
jod_prefix_hostname = "jod-server"
|
||||
jod_shape = "VM.Standard.E6.Flex"
|
||||
jod_amount_memory = "4"
|
||||
jod_amount_ocpus = "1"
|
||||
#================================================================================================================================================================================================
|
||||
# Public Load Balancer Variables
|
||||
load_balancer_prefix_hostname= "sei-load-balancer"
|
||||
load_balancer_minimum_bandwidth_in_mbps = "100"
|
||||
load_balancer_maximum_bandwidth_in_mbps = "500"
|
||||
load_balancer_enable_https = false
|
||||
load_balancer_certificate_ocid = ""
|
||||
load_balancer_certificate_bundle_ocid = ""
|
||||
#================================================================================================================================================================================================
|
||||
# FSS Variables
|
||||
fss_backup = false
|
||||
fss_snapshot_retention_in_days = "14"
|
||||
sei_nfs_name = "nfs-sei"
|
||||
#================================================================================================================================================================================================
|
||||
# WAF Variables
|
||||
enable_waf = false
|
||||
#================================================================================================================================================================================================
|
||||
# Boot Volume Backup Variables
|
||||
enable_boot_volume_backup = false
|
||||
#================================================================================================================================================================================================
|
||||
#Mysql Configurations
|
||||
mysql_database_name = ""
|
||||
mysql_database_version = "8.4.11"
|
||||
mysql_database_user_name = "admin"
|
||||
mysql_database_storage_size = "500"
|
||||
mysql_shape = "MySQL.2"
|
||||
mysql_automatic_backup_enabled = true
|
||||
mysql_backup_retention_in_days = "30"
|
||||
mysql_highly_available = false
|
||||
mysql_contacts_email = ""
|
||||
mysql_enable_heatwave = false
|
||||
mysql_amount_nodes_heatwave = "0"
|
||||
mysql_heatwave_shape = "HeatWave.512GB"
|
||||
Reference in New Issue
Block a user