mirror of
https://github.com/dat515-2025/Group-8.git
synced 2026-03-22 06:57:47 +01:00
update report, edit deployment, update tfvars.example
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
# Example terraform.tfvars for MariaDB and MetalLB
|
||||
|
||||
metallb_ip_range = "10.80.0.100-10.80.0.240"
|
||||
|
||||
# Secret configuration (use strong passwords; do not commit real secrets)
|
||||
@@ -11,13 +9,19 @@ mariadb_user_name = "example_user"
|
||||
mariadb_user_host = "%"
|
||||
mariadb_user_password = "example_user_password"
|
||||
|
||||
# MetalLB IPs for services (optional)
|
||||
# MetalLB IPs for services
|
||||
metallb_maxscale_ip = "10.80.0.219"
|
||||
metallb_service_ip = "10.80.0.120"
|
||||
metallb_primary_ip = "10.80.0.130"
|
||||
metallb_secondary_ip = "10.80.0.131"
|
||||
|
||||
# phpMyAdmin toggle
|
||||
s3_enabled = false
|
||||
s3_bucket = "cluster"
|
||||
s3_region = "us-east-1"
|
||||
s3_endpoint = "your.s3.endpoint.example"
|
||||
s3_key_id = "your_s3_key_id"
|
||||
s3_key_secret = "your_s3_key_secret"
|
||||
|
||||
phpmyadmin_enabled = true
|
||||
|
||||
cloudflare_account_id = "CHANGE_ME"
|
||||
@@ -26,4 +30,5 @@ cloudflare_email = "CHANGE_ME"
|
||||
cloudflare_tunnel_name = "CHANGE_ME"
|
||||
cloudflare_domain = "CHANGE_ME"
|
||||
|
||||
rabbitmq-password = "CHANGE_ME"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user