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

Incorrect/outdated documentation for required vars #44

Open
crrobinson14 opened this issue Apr 17, 2024 · 0 comments
Open

Incorrect/outdated documentation for required vars #44

crrobinson14 opened this issue Apr 17, 2024 · 0 comments

Comments

@crrobinson14
Copy link

The documentation for this module at https://docs.retool.com/self-hosted/quickstarts/ecs-fargate/terraform provides a sample code block but it doesn't appear to be valid. For instance, subnet_ids is marked as a required field, and is listed in the documentation. But using this module, private_subnet_ids and public_subnet_ids are also marked required, but are not referred to in the documentation. I can take a guess at what private_subnet_ids and public_subnet_ids should be, but their presence makes the function of subnet_ids unclear.

Can you please provide a known-working config example here? Other settings like aws_ecs_capacity_provider_name are unclear because they're marked required but are not required fields in ECS itself, so it's not clear whether this module will only work with one made.

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

1 participant