Commit Graph

2 Commits

Author SHA1 Message Date
darnodo
1eb4c8f96e feat(prod): add monitoring VM configuration to tfvars
Some checks failed
Terraform CI/CD / Validate (pull_request) Failing after 1s
Terraform CI/CD / Plan (pull_request) Has been skipped
Terraform CI/CD / Apply (pull_request) Has been skipped
Populate the previously empty `virtual_machines` map in the production environment. This defines a new "monitoring" VM instance running Debian with 2 cores, 4GB RAM, and 30GB disk space, assigned to IP 192.168.1.161.
2025-12-08 16:46:31 +01:00
darnodo
6efb997684 chore(terraform): update version constraint and allow tfvars
Some checks failed
Terraform CI/CD / Validate (push) Failing after 1s
Terraform CI/CD / Plan (push) Has been skipped
Terraform CI/CD / Apply (push) Has been skipped
- Remove `*.tfvars` from .gitignore to allow tracking variable files.
- Enforce Terraform version to be greater than or equal to 1.5.0 in prod configuration.
2025-12-08 10:22:31 +01:00