Update terraform.tfvars
This commit is contained in:
@@ -1,31 +1,31 @@
|
|||||||
#================================================================================================================================================================================================
|
#================================================================================================================================================================================================
|
||||||
# Parameters to authenticate with Oracle Cloud Infrastructure
|
# Parameters to authenticate with Oracle Cloud Infrastructure
|
||||||
tenancy_ocid = "ocid1.tenancy.oc1..aaaaaaaacjlkusgiuurcxl3aun3cubeohplc73z4dmzkrfxr2utn4jcmhoua"
|
tenancy_ocid = ""
|
||||||
user_ocid = "ocid1.user.oc1..aaaaaaaaa53ciz3hwz7hcy3elmwhshbgccip3escjrwfv7gj2epckfgi4ria"
|
user_ocid = ""
|
||||||
fingerprint = "85:12:60:87:db:dd:c8:ca:69:98:22:93:6f:b0:22:2e"
|
fingerprint = ""
|
||||||
private_key_path = "/Users/guilherme.silva/data/ORACLE/ssh-keys/terraform-guilherme-silva.pem"
|
private_key_path = ""
|
||||||
region = "us-ashburn-1"
|
region = ""
|
||||||
|
|
||||||
#================================================================================================================================================================================================
|
#================================================================================================================================================================================================
|
||||||
# The environment that you're creating resources for: test, dev, prod, or staging
|
# The environment that you're creating resources for: test, dev, prod, or staging
|
||||||
environment="hml"
|
environment="hml"
|
||||||
#================================================================================================================================================================================================
|
#================================================================================================================================================================================================
|
||||||
# The environment compartments
|
# The environment compartments
|
||||||
ocid_compartment_app = "ocid1.compartment.oc1..aaaaaaaamrvydbfbzcb3ys7dln2sl2giax43iuf6zi6uny3inhtu46ummv7a"
|
ocid_compartment_app = ""
|
||||||
ocid_compartment_database = "ocid1.compartment.oc1..aaaaaaaamrvydbfbzcb3ys7dln2sl2giax43iuf6zi6uny3inhtu46ummv7a"
|
ocid_compartment_database = ""
|
||||||
ocid_compartment_security = "ocid1.compartment.oc1..aaaaaaaamrvydbfbzcb3ys7dln2sl2giax43iuf6zi6uny3inhtu46ummv7a"
|
ocid_compartment_security = ""
|
||||||
ocid_compartment_networking = "ocid1.compartment.oc1..aaaaaaaamrvydbfbzcb3ys7dln2sl2giax43iuf6zi6uny3inhtu46ummv7a"
|
ocid_compartment_networking = ""
|
||||||
#================================================================================================================================================================================================
|
#================================================================================================================================================================================================
|
||||||
# The environment networks
|
# The environment networks
|
||||||
ocid_vcn_3_tier = "ocid1.vcn.oc1.iad.amaaaaaa6g6dsryau6nt4gzyxxyfk7p5lqfw7hpeb6mwcbyx6ajaofcr777a"
|
ocid_vcn_3_tier = ""
|
||||||
ocid_subnet_app = "ocid1.subnet.oc1.iad.aaaaaaaavq5dwjkkdiwqtrbz24thcsrng22bnj5swd2jaaxfuxrmmi4wfipq"
|
ocid_subnet_app = ""
|
||||||
ocid_subnet_database = "ocid1.subnet.oc1.iad.aaaaaaaa2k4ptjjqoondfuyhr26llwzdj6apmml2fu63ar4kpglnshq6cj5a"
|
ocid_subnet_database = ""
|
||||||
ocid_subnet_public = "ocid1.subnet.oc1.iad.aaaaaaaavq5dwjkkdiwqtrbz24thcsrng22bnj5swd2jaaxfuxrmmi4wfipq"
|
ocid_subnet_public = ""
|
||||||
#================================================================================================================================================================================================
|
#================================================================================================================================================================================================
|
||||||
# The CIDR networks
|
# The CIDR networks
|
||||||
cidr_subnet_app = "10.0.0.128/25"
|
cidr_subnet_app = ""
|
||||||
cidr_subnet_database = "10.0.0.128/25"
|
cidr_subnet_database = ""
|
||||||
cidr_subnet_web = "10.0.0.0/25"
|
cidr_subnet_web = ""
|
||||||
cidr_anywhere = "0.0.0.0/0"
|
cidr_anywhere = "0.0.0.0/0"
|
||||||
#================================================================================================================================================================================================
|
#================================================================================================================================================================================================
|
||||||
# SEI Variables
|
# SEI Variables
|
||||||
@@ -39,7 +39,7 @@ sei_fqdn = ""
|
|||||||
# SIP Variables
|
# SIP Variables
|
||||||
sip_amount_instances = "1"
|
sip_amount_instances = "1"
|
||||||
sip_prefix_hostname = "sip-server"
|
sip_prefix_hostname = "sip-server"
|
||||||
sip_shape = "VM.Standard.E4.Flex"
|
sip_shape = "VM.Standard.E6.Flex"
|
||||||
sip_amount_memory = "4"
|
sip_amount_memory = "4"
|
||||||
sip_amount_ocpus = "1"
|
sip_amount_ocpus = "1"
|
||||||
sip_fqdn = ""
|
sip_fqdn = ""
|
||||||
@@ -47,30 +47,30 @@ sip_fqdn = ""
|
|||||||
# SOLR Variables
|
# SOLR Variables
|
||||||
solr_amount_instances = "1"
|
solr_amount_instances = "1"
|
||||||
solr_prefix_hostname = "solr-server"
|
solr_prefix_hostname = "solr-server"
|
||||||
solr_shape = "VM.Standard.E4.Flex"
|
solr_shape = "VM.Standard.E6.Flex"
|
||||||
solr_amount_memory = "8"
|
solr_amount_memory = "8"
|
||||||
solr_amount_ocpus = "1"
|
solr_amount_ocpus = "2"
|
||||||
solr_boot_disk_size = "200"
|
solr_boot_disk_size = "200"
|
||||||
solr_fqdn = ""
|
solr_fqdn = ""
|
||||||
#================================================================================================================================================================================================
|
#================================================================================================================================================================================================
|
||||||
# Memcached Variables
|
# Memcached Variables
|
||||||
memcached_amount_instances = "1"
|
memcached_amount_instances = "1"
|
||||||
memcached_prefix_hostname = "memcached-server"
|
memcached_prefix_hostname = "memcached-server"
|
||||||
memcached_shape = "VM.Standard.E4.Flex"
|
memcached_shape = "VM.Standard.E6.Flex"
|
||||||
memcached_amount_memory = "4"
|
memcached_amount_memory = "4"
|
||||||
memcached_amount_ocpus = "1"
|
memcached_amount_ocpus = "1"
|
||||||
#================================================================================================================================================================================================
|
#================================================================================================================================================================================================
|
||||||
# JodServer Variables
|
# JodServer Variables
|
||||||
jod_amount_instances = "1"
|
jod_amount_instances = "1"
|
||||||
jod_prefix_hostname = "jod-server"
|
jod_prefix_hostname = "jod-server"
|
||||||
jod_shape = "VM.Standard.E4.Flex"
|
jod_shape = "VM.Standard.E6.Flex"
|
||||||
jod_amount_memory = "4"
|
jod_amount_memory = "4"
|
||||||
jod_amount_ocpus = "1"
|
jod_amount_ocpus = "1"
|
||||||
#================================================================================================================================================================================================
|
#================================================================================================================================================================================================
|
||||||
# Public Load Balancer Variables
|
# Public Load Balancer Variables
|
||||||
load_balancer_prefix_hostname= "sei-load-balancer"
|
load_balancer_prefix_hostname= "sei-load-balancer"
|
||||||
load_balancer_maximum_bandwidth_in_mbps = "100"
|
load_balancer_minimum_bandwidth_in_mbps = "100"
|
||||||
load_balancer_minimum_bandwidth_in_mbps = "10"
|
load_balancer_maximum_bandwidth_in_mbps = "500"
|
||||||
#================================================================================================================================================================================================
|
#================================================================================================================================================================================================
|
||||||
# FSS Variables
|
# FSS Variables
|
||||||
fss_backup = false
|
fss_backup = false
|
||||||
@@ -83,14 +83,14 @@ enable_waf = false
|
|||||||
enable_boot_volume_backup = false
|
enable_boot_volume_backup = false
|
||||||
#================================================================================================================================================================================================
|
#================================================================================================================================================================================================
|
||||||
#Mysql Configurations
|
#Mysql Configurations
|
||||||
mysql_database_name = "eproc-1g-criminal"
|
mysql_database_name = ""
|
||||||
mysql_database_version = "8.4.9"
|
mysql_database_version = "8.4.9"
|
||||||
mysql_database_user_name = "admin"
|
mysql_database_user_name = "admin"
|
||||||
mysql_database_storage_size = "500"
|
mysql_database_storage_size = "500"
|
||||||
mysql_shape = "MySQL.8"
|
mysql_shape = "MySQL.2"
|
||||||
mysql_backup_retention_in_days = "30"
|
mysql_backup_retention_in_days = "30"
|
||||||
mysql_highly_available = "false"
|
mysql_highly_available = "false"
|
||||||
mysql_contacts_email = "contato@guilhermesilva.com.br"
|
mysql_contacts_email = ""
|
||||||
mysql_enable_heatwave = "false"
|
mysql_enable_heatwave = "false"
|
||||||
mysql_amount_nodes_heatwave = "0"
|
mysql_amount_nodes_heatwave = "0"
|
||||||
mysql_heatwave_shape = "HeatWave.512GB"
|
mysql_heatwave_shape = "HeatWave.512GB"
|
||||||
Reference in New Issue
Block a user