Closed RLRabinowitz closed 1 year ago
Fixes https://github.com/opentofu/registry/issues/121
Validate that tag vX.X.X exists before returning the github redirect URL. If it doesn't, then assume the tag is in format X.X.X This part could benefit later on from caching in DDB, to avoid unnecessary API calls to GH
vX.X.X
X.X.X
Fixes https://github.com/opentofu/registry/issues/121
Validate that tag
vX.X.X
exists before returning the github redirect URL. If it doesn't, then assume the tag is in formatX.X.X
This part could benefit later on from caching in DDB, to avoid unnecessary API calls to GH