Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pb variables with instanciation of metaflow with eks aws #67

Open
Rachine opened this issue Jun 21, 2023 · 1 comment
Open

Pb variables with instanciation of metaflow with eks aws #67

Rachine opened this issue Jun 21, 2023 · 1 comment

Comments

@Rachine
Copy link

Rachine commented Jun 21, 2023

Hello

Thank you for these great ressources, I am trying to use and deploy meta flow on aws with kubernetes with these given instructions:
https://github.com/outerbounds/terraform-aws-metaflow/tree/master/examples/eks_argo

When I generate my config, with terraform init, there is still the deprecated name for the db that is being generated
.terraform/modules/metaflow-datastore/modules/datastore/rds.tf
as fixed by: #65

I also have unsupported arguments:

27 enable_classiclink = var.enable_classiclink
28 enable_classiclink_dns_support = var.enable_classiclink_dns_support
1237 enable_classiclink = var.default_vpc_enable_classiclink

in the generated file .terraform/modules/vpc/main.tf

Did anyone encounter this issue also?

I modify directly these generated files by commenting on these lines and modifying the name to db_name (very bad practice I know). and it deployed correctly my metaflow stack.

Thank you

@dfd
Copy link

dfd commented Jan 28, 2024

I also see these errors on the minimal example:
https://github.com/outerbounds/terraform-aws-metaflow/tree/master/examples/minimal

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants