Update environment/default_terrafors.tfvars
This commit is contained in:
@@ -7,7 +7,7 @@ private_key_path = ""
|
||||
region = ""
|
||||
#================================================================================================================================================================================================
|
||||
# The environment that you're creating resources for: test, dev, prod, or staging
|
||||
environment="hml"
|
||||
environment="dev"
|
||||
#================================================================================================================================================================================================
|
||||
# The environment compartments
|
||||
ocid_compartment_app = ""
|
||||
@@ -76,7 +76,7 @@ load_balancer_certificate_bundle_ocid = ""
|
||||
#================================================================================================================================================================================================
|
||||
# FSS Variables
|
||||
fss_backup = false
|
||||
fss_snapshot_retention_in_days = "14"
|
||||
fss_snapshot_retention_in_days = "7"
|
||||
sei_nfs_name = "nfs-sei"
|
||||
#================================================================================================================================================================================================
|
||||
# WAF Variables
|
||||
@@ -86,13 +86,13 @@ enable_waf = false
|
||||
enable_boot_volume_backup = false
|
||||
#================================================================================================================================================================================================
|
||||
#Mysql Configurations
|
||||
mysql_database_name = ""
|
||||
mysql_database_name = "sei"
|
||||
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_backup_retention_in_days = "7"
|
||||
mysql_highly_available = false
|
||||
mysql_contacts_email = ""
|
||||
mysql_enable_heatwave = false
|
||||
|
||||
Reference in New Issue
Block a user