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

Implement ingress-nginx helm release as module #160

Closed vradicevicds closed 1 week ago

vradicevicds commented 2 weeks ago

This PR replaces ingress-nginx addon from terraform-aws-eks-blueprints with custom module, maintained by this repository, providing possibility for custom tweaks and changes.

Terraform v1.9.4 on windows_amd64

sgrdn commented 1 week ago

If I run terraform init, the .terraform.lock.hcl file is updated. Does this also happen on your side?

vradicevicds commented 1 week ago

If I run terraform init, the .terraform.lock.hcl file is updated. Does this also happen on your side?

Yes, it does change for me as well. Should I add this to the commit?

Perhaps we should consider adding this to quality gate as well.

sgrdn commented 1 week ago

For me, one hash is added per provider. We could add that.