You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
andpublic_subnet_ids
are also marked required, but are not referred to in the documentation. I can take a guess at whatprivate_subnet_ids
andpublic_subnet_ids
should be, but their presence makes the function ofsubnet_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.The text was updated successfully, but these errors were encountered: