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

Upgraded aws provider and aws_vpc module #147

Closed amarin-dspace closed 3 months ago

amarin-dspace commented 3 months ago

As the title says, upgraded:

This also prompted upgrade of aws_vpc module, since EC2-Classic networking has been deprecated and is no longer supported in newer versions of aws provider.
Tested on clean deployment (deploy and destroy), without issues.

Terraform v1.8.1 on windows_amd64