Hi expert,
Does Morpheus support Terraform Private registry (for terraform modules)?
Thank you.
Hi expert,
Does Morpheus support Terraform Private registry (for terraform modules)?
Thank you.
Hi, not 100% sure but, as I understand it, terraform private registries for private providers etc are referenced in the terraform script as metadata on the provider being used.
Morpheus would obviously need to access the registry, and need to authenticate, but I would expect auth to be an access token or such, stored in a tfvars secret which Morpheus supports, and referenced/used in the script.
So I don’t think, there’s much for Morpheus to support since Morpheus is wrapping and executing standard terraform scripts.
Give it a shot and please feed back your findings. I will test myself when I have opportunity.