Add terraform-aws-lambda-datadog to OpenTofu registry
payton opened this issue · 7 comments
Hey there! We'd love if this module could be added to the OpenTofu registry https://opentofu.org/registry/. It's currently not supported by OpenTofu users without it.
Instructions on adding it are in their README https://github.com/opentofu/registry/?tab=readme-ov-file#adding-providers-modules-or-gpg-keys-to-the-opentofu-registry
Hi @payton! Thanks for pointing this out. We'll look into this and share here when we have an update.
Hi all,
Any updates here? ;)
I submitted the module to OpenTofu this morning. Here is the related Github Issue and PR so you can follow along:
Hey 👋 I just merged those into the opentofu registry. These should be available for usage shortly (usually within the next hour).
For future reference @payton , if you want to add any modules/providers to the Opentofu Registry you should be able to open an issue yourself. We only require authors to upload their own GPG keys, but for providers and modules anyone can add them.
Thank you @Yantrio! How should we go about keeping the module version in the OpenTofu registry up to date with the module version available in the Terraform Registry? Is that automatic or do we need to submit a PR with each new version?
It's completely automatic :) we will periodically scrape the github repo for new releases.
Excellent! Thanks for your help.