aws-ia / terraform-aws-mendix-private-cloud

This AWS Partner Solution uses Terraform to deploy a Mendix infrastructure in the AWS Cloud.
Apache License 2.0
12 stars 14 forks source link

Fix issue with downloading ondat dependency. #27

Closed walkline closed 1 year ago

walkline commented 1 year ago

Currently, when running the terraform init command, we are experiencing an issue with the ondat dependency, which is a part of the terraform-aws-eks-blueprints module. To resolve this issue, we need to upgrade to the latest version of terraform-aws-eks-blueprints, as this issue has been addressed in the latest release. Our internal tests of the latest version did not identify any regressions.

tbulding commented 1 year ago

/do-e2e-tests

aws-ia-ci[bot] commented 1 year ago

I'm creating a backend CI pipeline for this project. This is a one-time procedure but will add a delay of approximately 5 minutes.

walkline commented 1 year ago

Hi @tbulding, in case if this PR blocked by ACL issue, I create a separate PR that includes this one and addresses ACL issue - https://github.com/aws-ia/terraform-aws-mendix-private-cloud/pull/28.