-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or request
Description
terraform-registry/chalicelib/modules.py
Lines 82 to 89 in bcdc60a
| @bp.route("/{namespace}/{name}/{provider}") | |
| def list_latest(namespace, name, provider): | |
| """ | |
| Latest Version for a Specific Module Provider | |
| ref: https://www.terraform.io/docs/registry/api.html#latest-version-for-a-specific-module-provider | |
| """ | |
| raise NotImplementedError() |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request