dspace-group / simphera-reference-architecture-aws

In order to deploy SIMPHERA to AWS, various cloud resources, such as a Kubernetes cluster, PostgreSQL database server, etc., need to be created. This repository contains a reference architecture for these AWS resources. You can use this Terraform configuration as a starting point to create these resources in your own AWS account.
MIT License
11 stars 4 forks source link

Fix for autoscaler after qualitygate re-enable #135

Closed amarin-dspace closed 6 months ago

amarin-dspace commented 6 months ago

After qualitygate was fixed in https://github.com/dspace-group/simphera-reference-architecture-aws/pull/131 , default autoscaler version was pulled from variables.tf (which references old registry and does not work - fixed in https://github.com/dspace-group/simphera-reference-architecture-aws/pull/123 , but put only in tfvars) and persisted in re-generated terrform.tfvars.example file (as part of qualitygate process).

This PR puts minimum default (working) version in variables.tf to avoid this situation; use tfvars file to adapt to your specific deployment, if necessary.